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 PdfiumIFormFieldAnnotationPgetAnnotations(int index)repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;intgetAnnotationsCount()repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;List<PdfiumIFormFieldAnnotationP>getAnnotationsList()repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;PdfiumIFormFieldAnnotationPOrBuildergetAnnotationsOrBuilder(int index)repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;List<? extends PdfiumIFormFieldAnnotationPOrBuilder>getAnnotationsOrBuilderList()repeated .ironpdfengineproto.PdfiumIFormFieldAnnotationP annotations = 2;StringgetChoices(int index)repeated string choices = 3;com.google.protobuf.ByteStringgetChoicesBytes(int index)repeated string choices = 3;intgetChoicesCount()repeated string choices = 3;List<String>getChoicesList()repeated string choices = 3;StringgetDefaultAppearance()string default_appearance = 4;com.google.protobuf.ByteStringgetDefaultAppearanceBytes()string default_appearance = 4;PdfiumIDocumentObjectPgetDocumentObject().ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;PdfiumIDocumentObjectPOrBuildergetDocumentObjectOrBuilder().ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;PdfiumPdfFormFieldFlagsPgetFormFlags().ironpdfengineproto.PdfiumPdfFormFieldFlagsP form_flags = 5;PdfiumPdfFormFieldFlagsPOrBuildergetFormFlagsOrBuilder().ironpdfengineproto.PdfiumPdfFormFieldFlagsP form_flags = 5;StringgetFormType()string form_type = 6;com.google.protobuf.ByteStringgetFormTypeBytes()string form_type = 6;StringgetFullName()string full_name = 7;com.google.protobuf.ByteStringgetFullNameBytes()string full_name = 7;intgetMaxLength()int32 max_length = 8;StringgetName()string name = 9;com.google.protobuf.ByteStringgetNameBytes()string name = 9;StringgetObjType()string obj_type = 10;com.google.protobuf.ByteStringgetObjTypeBytes()string obj_type = 10;booleangetReadOnly()bool read_only = 11;StringgetRichText()string rich_text = 12;com.google.protobuf.ByteStringgetRichTextBytes()string rich_text = 12;PdfiumPdfFormFieldTypePgetType().ironpdfengineproto.PdfiumPdfFormFieldTypeP type = 13;PdfiumPdfFormFieldTypePOrBuildergetTypeOrBuilder().ironpdfengineproto.PdfiumPdfFormFieldTypeP type = 13;StringgetValue()string value = 14;com.google.protobuf.ByteStringgetValueBytes()string value = 14;booleanhasDocumentObject().ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;booleanhasFormFlags().ironpdfengineproto.PdfiumPdfFormFieldFlagsP form_flags = 5;booleanhasType().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.
-
-