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 Summary
Modifier and TypeMethodDescriptionint
int32 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;
double
double height = 8;
getName()
string name = 2;
com.google.protobuf.ByteString
string name = 2;
int
int32 page_index = 3;
boolean
in 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.ByteString
string value = 6;
double
getWidth()
double width = 7;
double
getX()
double x = 9;
double
getY()
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;
boolean
hasType()
.IronPdfEngine.Proto.FormFieldTypes type = 5;
boolean
.IronPdfEngine.Proto.UnknownField unknown_field = 14;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAnnotationIndex
int getAnnotationIndex()int32 annotation_index = 1;
- Returns:
- The annotationIndex.
-
getName
String getName()string name = 2;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;
- Returns:
- The bytes for name.
-
getPageIndex
int getPageIndex()int32 page_index = 3;
- Returns:
- The pageIndex.
-
getReadOnly
boolean 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.
-
hasType
boolean hasType().IronPdfEngine.Proto.FormFieldTypes type = 5;
- Returns:
- Whether the type field is set.
-
getType
FormFieldTypes getType().IronPdfEngine.Proto.FormFieldTypes type = 5;
- Returns:
- The type.
-
getTypeOrBuilder
FormFieldTypesOrBuilder getTypeOrBuilder().IronPdfEngine.Proto.FormFieldTypes type = 5;
-
getValue
String getValue()string value = 6;
- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()string value = 6;
- Returns:
- The bytes for value.
-
getWidth
double getWidth()double width = 7;
- Returns:
- The width.
-
getHeight
double getHeight()double height = 8;
- Returns:
- The height.
-
getX
double getX()double x = 9;
- Returns:
- The x.
-
getY
double getY()double y = 10;
- Returns:
- The y.
-
hasComboBoxField
boolean hasComboBoxField().IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
- Returns:
- Whether the comboBoxField field is set.
-
getComboBoxField
ComboBoxField getComboBoxField().IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
- Returns:
- The comboBoxField.
-
getComboBoxFieldOrBuilder
ComboBoxFieldOrBuilder getComboBoxFieldOrBuilder().IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
-
hasCheckBoxField
boolean hasCheckBoxField().IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
- Returns:
- Whether the checkBoxField field is set.
-
getCheckBoxField
CheckBoxField getCheckBoxField().IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
- Returns:
- The checkBoxField.
-
getCheckBoxFieldOrBuilder
CheckBoxFieldOrBuilder getCheckBoxFieldOrBuilder().IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
-
hasTextField
boolean hasTextField().IronPdfEngine.Proto.TextField text_field = 13;
- Returns:
- Whether the textField field is set.
-
getTextField
TextField getTextField().IronPdfEngine.Proto.TextField text_field = 13;
- Returns:
- The textField.
-
getTextFieldOrBuilder
TextFieldOrBuilder getTextFieldOrBuilder().IronPdfEngine.Proto.TextField text_field = 13;
-
hasUnknownField
boolean hasUnknownField().IronPdfEngine.Proto.UnknownField unknown_field = 14;
- Returns:
- Whether the unknownField field is set.
-
getUnknownField
UnknownField getUnknownField().IronPdfEngine.Proto.UnknownField unknown_field = 14;
- Returns:
- The unknownField.
-
getUnknownFieldOrBuilder
UnknownFieldOrBuilder getUnknownFieldOrBuilder().IronPdfEngine.Proto.UnknownField unknown_field = 14;
-
getSubTypeCase
FormField.SubTypeCase getSubTypeCase()
-