Interface PdfiumIFormFieldObjectPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumIFormFieldObjectP
,PdfiumIFormFieldObjectP.Builder
public interface PdfiumIFormFieldObjectPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfiumIFormFieldAnnotationP
getAnnotations(int index)
repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;
int
getAnnotationsCount()
repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;
List<PdfiumIFormFieldAnnotationP>
getAnnotationsList()
repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;
PdfiumIFormFieldAnnotationPOrBuilder
getAnnotationsOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;
List<? extends PdfiumIFormFieldAnnotationPOrBuilder>
getAnnotationsOrBuilderList()
repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;
String
getChoices(int index)
repeated string choices = 3;
com.google.protobuf.ByteString
getChoicesBytes(int index)
repeated string choices = 3;
int
getChoicesCount()
repeated string choices = 3;
List<String>
getChoicesList()
repeated string choices = 3;
String
getDefaultAppearance()
string default_appearance = 4;
com.google.protobuf.ByteString
getDefaultAppearanceBytes()
string default_appearance = 4;
PdfiumIDocumentObjectP
getDocumentObject()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;
PdfiumIDocumentObjectPOrBuilder
getDocumentObjectOrBuilder()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;
PdfiumPdfFormFieldFlagsP
getFormFlags()
.ironpdfengineproto.PdfiumPdfFormFieldFlagsP form_flags = 5;
PdfiumPdfFormFieldFlagsPOrBuilder
getFormFlagsOrBuilder()
.ironpdfengineproto.PdfiumPdfFormFieldFlagsP form_flags = 5;
String
getFormType()
string form_type = 6;
com.google.protobuf.ByteString
getFormTypeBytes()
string form_type = 6;
String
getFullName()
string full_name = 7;
com.google.protobuf.ByteString
getFullNameBytes()
string full_name = 7;
int
getMaxLength()
int32 max_length = 8;
String
getName()
string name = 9;
com.google.protobuf.ByteString
getNameBytes()
string name = 9;
String
getObjType()
string obj_type = 10;
com.google.protobuf.ByteString
getObjTypeBytes()
string obj_type = 10;
boolean
getReadOnly()
bool read_only = 11;
String
getRichText()
string rich_text = 12;
com.google.protobuf.ByteString
getRichTextBytes()
string rich_text = 12;
PdfiumPdfFormFieldTypeP
getType()
.ironpdfengineproto.PdfiumPdfFormFieldTypeP type = 13;
PdfiumPdfFormFieldTypePOrBuilder
getTypeOrBuilder()
.ironpdfengineproto.PdfiumPdfFormFieldTypeP type = 13;
String
getValue()
string value = 14;
com.google.protobuf.ByteString
getValueBytes()
string value = 14;
boolean
hasDocumentObject()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;
boolean
hasFormFlags()
.ironpdfengineproto.PdfiumPdfFormFieldFlagsP form_flags = 5;
boolean
hasType()
.ironpdfengineproto.PdfiumPdfFormFieldTypeP type = 13;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDocumentObject
boolean hasDocumentObject()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;
- Returns:
- Whether the documentObject field is set.
-
getDocumentObject
PdfiumIDocumentObjectP getDocumentObject()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;
- Returns:
- The documentObject.
-
getDocumentObjectOrBuilder
PdfiumIDocumentObjectPOrBuilder getDocumentObjectOrBuilder()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;
-
getAnnotationsList
List<PdfiumIFormFieldAnnotationP> getAnnotationsList()
repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;
-
getAnnotations
PdfiumIFormFieldAnnotationP getAnnotations(int index)
repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;
-
getAnnotationsCount
int getAnnotationsCount()
repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;
-
getAnnotationsOrBuilderList
List<? extends PdfiumIFormFieldAnnotationPOrBuilder> getAnnotationsOrBuilderList()
repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;
-
getAnnotationsOrBuilder
PdfiumIFormFieldAnnotationPOrBuilder getAnnotationsOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;
-
getChoicesList
List<String> getChoicesList()
repeated string choices = 3;
- Returns:
- A list containing the choices.
-
getChoicesCount
int getChoicesCount()
repeated string choices = 3;
- Returns:
- The count of choices.
-
getChoices
String getChoices(int index)
repeated string choices = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The choices at the given index.
-
getChoicesBytes
com.google.protobuf.ByteString getChoicesBytes(int index)
repeated string choices = 3;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the choices at the given index.
-
getDefaultAppearance
String getDefaultAppearance()
string default_appearance = 4;
- Returns:
- The defaultAppearance.
-
getDefaultAppearanceBytes
com.google.protobuf.ByteString getDefaultAppearanceBytes()
string default_appearance = 4;
- Returns:
- The bytes for defaultAppearance.
-
hasFormFlags
boolean hasFormFlags()
.ironpdfengineproto.PdfiumPdfFormFieldFlagsP form_flags = 5;
- Returns:
- Whether the formFlags field is set.
-
getFormFlags
PdfiumPdfFormFieldFlagsP getFormFlags()
.ironpdfengineproto.PdfiumPdfFormFieldFlagsP form_flags = 5;
- Returns:
- The formFlags.
-
getFormFlagsOrBuilder
PdfiumPdfFormFieldFlagsPOrBuilder getFormFlagsOrBuilder()
.ironpdfengineproto.PdfiumPdfFormFieldFlagsP form_flags = 5;
-
getFormType
String getFormType()
string form_type = 6;
- Returns:
- The formType.
-
getFormTypeBytes
com.google.protobuf.ByteString getFormTypeBytes()
string form_type = 6;
- Returns:
- The bytes for formType.
-
getFullName
String getFullName()
string full_name = 7;
- Returns:
- The fullName.
-
getFullNameBytes
com.google.protobuf.ByteString getFullNameBytes()
string full_name = 7;
- Returns:
- The bytes for fullName.
-
getMaxLength
int getMaxLength()
int32 max_length = 8;
- Returns:
- The maxLength.
-
getName
String getName()
string name = 9;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 9;
- Returns:
- The bytes for name.
-
getObjType
String getObjType()
string obj_type = 10;
- Returns:
- The objType.
-
getObjTypeBytes
com.google.protobuf.ByteString getObjTypeBytes()
string obj_type = 10;
- Returns:
- The bytes for objType.
-
getReadOnly
boolean getReadOnly()
bool read_only = 11;
- Returns:
- The readOnly.
-
getRichText
String getRichText()
string rich_text = 12;
- Returns:
- The richText.
-
getRichTextBytes
com.google.protobuf.ByteString getRichTextBytes()
string rich_text = 12;
- Returns:
- The bytes for richText.
-
hasType
boolean hasType()
.ironpdfengineproto.PdfiumPdfFormFieldTypeP type = 13;
- Returns:
- Whether the type field is set.
-
getType
PdfiumPdfFormFieldTypeP getType()
.ironpdfengineproto.PdfiumPdfFormFieldTypeP type = 13;
- Returns:
- The type.
-
getTypeOrBuilder
PdfiumPdfFormFieldTypePOrBuilder getTypeOrBuilder()
.ironpdfengineproto.PdfiumPdfFormFieldTypeP type = 13;
-
getValue
String getValue()
string value = 14;
- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
string value = 14;
- Returns:
- The bytes for value.
-
-