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 Summary
All 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;PdfiumFormFieldTypesPgetType().ironpdfengineproto.PdfiumFormFieldTypesP type = 5;PdfiumFormFieldTypesPOrBuildergetTypeOrBuilder().ironpdfengineproto.PdfiumFormFieldTypesP 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;booleanhasType().ironpdfengineproto.PdfiumFormFieldTypesP type = 5;booleanhasUnknownField().ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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()
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;- Returns:
 - Whether the type field is set.
 
 
- 
getType
PdfiumFormFieldTypesP getType()
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;- Returns:
 - The type.
 
 
- 
getTypeOrBuilder
PdfiumFormFieldTypesPOrBuilder getTypeOrBuilder()
.ironpdfengineproto.PdfiumFormFieldTypesP 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()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;- Returns:
 - Whether the comboBoxField field is set.
 
 
- 
getComboBoxField
PdfiumComboBoxFieldP getComboBoxField()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;- Returns:
 - The comboBoxField.
 
 
- 
getComboBoxFieldOrBuilder
PdfiumComboBoxFieldPOrBuilder getComboBoxFieldOrBuilder()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11; 
- 
hasCheckBoxField
boolean hasCheckBoxField()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;- Returns:
 - Whether the checkBoxField field is set.
 
 
- 
getCheckBoxField
PdfiumCheckBoxFieldP getCheckBoxField()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;- Returns:
 - The checkBoxField.
 
 
- 
getCheckBoxFieldOrBuilder
PdfiumCheckBoxFieldPOrBuilder getCheckBoxFieldOrBuilder()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12; 
- 
hasTextField
boolean hasTextField()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;- Returns:
 - Whether the textField field is set.
 
 
- 
getTextField
PdfiumTextFieldP getTextField()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;- Returns:
 - The textField.
 
 
- 
getTextFieldOrBuilder
PdfiumTextFieldPOrBuilder getTextFieldOrBuilder()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13; 
- 
hasUnknownField
boolean hasUnknownField()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;- Returns:
 - Whether the unknownField field is set.
 
 
- 
getUnknownField
PdfiumUnknownFieldP getUnknownField()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;- Returns:
 - The unknownField.
 
 
- 
getUnknownFieldOrBuilder
PdfiumUnknownFieldPOrBuilder getUnknownFieldOrBuilder()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14; 
- 
getSubTypeCase
PdfiumFormFieldP.SubTypeCase getSubTypeCase()
 
 - 
 
 -