Interface PdfiumFormFieldPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumFormFieldP,- PdfiumFormFieldP.Builder
 
 public interface PdfiumFormFieldPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAnnotationIndex()int32 annotation_index = 1;PdfiumCheckBoxFieldPgetCheckBoxField().ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;PdfiumCheckBoxFieldPOrBuildergetCheckBoxFieldOrBuilder().ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;PdfiumComboBoxFieldPgetComboBoxField().ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;PdfiumComboBoxFieldPOrBuildergetComboBoxFieldOrBuilder().ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;doublegetHeight()double height = 8;StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;intgetPageIndex()int32 page_index = 3;booleangetReadOnly()in c# we need to call GetFormFieldIsReadOnly but in protobuf server must call this value when form field object was createdPdfiumFormFieldP.SubTypeCasegetSubTypeCase()PdfiumTextFieldPgetTextField().ironpdfengineproto.PdfiumTextFieldP text_field = 13;PdfiumTextFieldPOrBuildergetTextFieldOrBuilder().ironpdfengineproto.PdfiumTextFieldP text_field = 13;StringgetType()string type = 5;com.google.protobuf.ByteStringgetTypeBytes()string type = 5;PdfiumUnknownFieldPgetUnknownField().ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;PdfiumUnknownFieldPOrBuildergetUnknownFieldOrBuilder().ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;StringgetValue()string value = 6;com.google.protobuf.ByteStringgetValueBytes()string value = 6;doublegetWidth()double width = 7;doublegetX()double x = 9;doublegetY()double y = 10;booleanhasCheckBoxField().ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;booleanhasComboBoxField().ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;booleanhasTextField().ironpdfengineproto.PdfiumTextFieldP text_field = 13;booleanhasUnknownField().ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getAnnotationIndexint getAnnotationIndex() int32 annotation_index = 1;- Returns:
- The annotationIndex.
 
 - 
getNameString getName() string name = 2;- Returns:
- The name.
 
 - 
getNameBytescom.google.protobuf.ByteString getNameBytes() string name = 2;- Returns:
- The bytes for name.
 
 - 
getPageIndexint getPageIndex() int32 page_index = 3;- Returns:
- The pageIndex.
 
 - 
getReadOnlyboolean getReadOnly() in c# we need to call GetFormFieldIsReadOnly but in protobuf server must call this value when form field object was created bool read_only = 4;- Returns:
- The readOnly.
 
 - 
getTypeString getType() string type = 5;- Returns:
- The type.
 
 - 
getTypeBytescom.google.protobuf.ByteString getTypeBytes() string type = 5;- Returns:
- The bytes for type.
 
 - 
getValueString getValue() string value = 6;- Returns:
- The value.
 
 - 
getValueBytescom.google.protobuf.ByteString getValueBytes() string value = 6;- Returns:
- The bytes for value.
 
 - 
getWidthdouble getWidth() double width = 7;- Returns:
- The width.
 
 - 
getHeightdouble getHeight() double height = 8;- Returns:
- The height.
 
 - 
getXdouble getX() double x = 9;- Returns:
- The x.
 
 - 
getYdouble getY() double y = 10;- Returns:
- The y.
 
 - 
hasComboBoxFieldboolean hasComboBoxField() .ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;- Returns:
- Whether the comboBoxField field is set.
 
 - 
getComboBoxFieldPdfiumComboBoxFieldP getComboBoxField() .ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;- Returns:
- The comboBoxField.
 
 - 
getComboBoxFieldOrBuilderPdfiumComboBoxFieldPOrBuilder getComboBoxFieldOrBuilder() .ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
 - 
hasCheckBoxFieldboolean hasCheckBoxField() .ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;- Returns:
- Whether the checkBoxField field is set.
 
 - 
getCheckBoxFieldPdfiumCheckBoxFieldP getCheckBoxField() .ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;- Returns:
- The checkBoxField.
 
 - 
getCheckBoxFieldOrBuilderPdfiumCheckBoxFieldPOrBuilder getCheckBoxFieldOrBuilder() .ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
 - 
hasTextFieldboolean hasTextField() .ironpdfengineproto.PdfiumTextFieldP text_field = 13;- Returns:
- Whether the textField field is set.
 
 - 
getTextFieldPdfiumTextFieldP getTextField() .ironpdfengineproto.PdfiumTextFieldP text_field = 13;- Returns:
- The textField.
 
 - 
getTextFieldOrBuilderPdfiumTextFieldPOrBuilder getTextFieldOrBuilder() .ironpdfengineproto.PdfiumTextFieldP text_field = 13;
 - 
hasUnknownFieldboolean hasUnknownField() .ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;- Returns:
- Whether the unknownField field is set.
 
 - 
getUnknownFieldPdfiumUnknownFieldP getUnknownField() .ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;- Returns:
- The unknownField.
 
 - 
getUnknownFieldOrBuilderPdfiumUnknownFieldPOrBuilder getUnknownFieldOrBuilder() .ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
 - 
getSubTypeCasePdfiumFormFieldP.SubTypeCase getSubTypeCase() 
 
- 
 
-