Interface FormFieldOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- FormField,- FormField.Builder
public interface FormFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionintint32 annotation_index = 1;.IronPdfEngine.Proto.CheckBoxField check_box_field = 12;.IronPdfEngine.Proto.CheckBoxField check_box_field = 12;.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;doubledouble height = 8;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;intint32 page_index = 3;booleanin c# we need to call GetFormFieldIsReadOnly but in protobuf server must call this value when form field object was created.IronPdfEngine.Proto.TextField text_field = 13;.IronPdfEngine.Proto.TextField text_field = 13;getType().IronPdfEngine.Proto.FormFieldTypes type = 5;.IronPdfEngine.Proto.FormFieldTypes type = 5;.IronPdfEngine.Proto.UnknownField unknown_field = 14;.IronPdfEngine.Proto.UnknownField unknown_field = 14;getValue()string value = 6;com.google.protobuf.ByteStringstring value = 6;doublegetWidth()double width = 7;doublegetX()double x = 9;doublegetY()double y = 10;boolean.IronPdfEngine.Proto.CheckBoxField check_box_field = 12;boolean.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;boolean.IronPdfEngine.Proto.TextField text_field = 13;booleanhasType().IronPdfEngine.Proto.FormFieldTypes type = 5;boolean.IronPdfEngine.Proto.UnknownField unknown_field = 14;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
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.
 
- 
hasTypeboolean hasType().IronPdfEngine.Proto.FormFieldTypes type = 5;- Returns:
- Whether the type field is set.
 
- 
getTypeFormFieldTypes getType().IronPdfEngine.Proto.FormFieldTypes type = 5;- Returns:
- The type.
 
- 
getTypeOrBuilderFormFieldTypesOrBuilder getTypeOrBuilder().IronPdfEngine.Proto.FormFieldTypes type = 5;
- 
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().IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;- Returns:
- Whether the comboBoxField field is set.
 
- 
getComboBoxFieldComboBoxField getComboBoxField().IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;- Returns:
- The comboBoxField.
 
- 
getComboBoxFieldOrBuilderComboBoxFieldOrBuilder getComboBoxFieldOrBuilder().IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
- 
hasCheckBoxFieldboolean hasCheckBoxField().IronPdfEngine.Proto.CheckBoxField check_box_field = 12;- Returns:
- Whether the checkBoxField field is set.
 
- 
getCheckBoxFieldCheckBoxField getCheckBoxField().IronPdfEngine.Proto.CheckBoxField check_box_field = 12;- Returns:
- The checkBoxField.
 
- 
getCheckBoxFieldOrBuilderCheckBoxFieldOrBuilder getCheckBoxFieldOrBuilder().IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
- 
hasTextFieldboolean hasTextField().IronPdfEngine.Proto.TextField text_field = 13;- Returns:
- Whether the textField field is set.
 
- 
getTextFieldTextField getTextField().IronPdfEngine.Proto.TextField text_field = 13;- Returns:
- The textField.
 
- 
getTextFieldOrBuilderTextFieldOrBuilder getTextFieldOrBuilder().IronPdfEngine.Proto.TextField text_field = 13;
- 
hasUnknownFieldboolean hasUnknownField().IronPdfEngine.Proto.UnknownField unknown_field = 14;- Returns:
- Whether the unknownField field is set.
 
- 
getUnknownFieldUnknownField getUnknownField().IronPdfEngine.Proto.UnknownField unknown_field = 14;- Returns:
- The unknownField.
 
- 
getUnknownFieldOrBuilderUnknownFieldOrBuilder getUnknownFieldOrBuilder().IronPdfEngine.Proto.UnknownField unknown_field = 14;
- 
getSubTypeCaseFormField.SubTypeCase getSubTypeCase()
 
-