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 int
getAnnotationIndex()
int32 annotation_index = 1;
PdfiumCheckBoxFieldP
getCheckBoxField()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
PdfiumCheckBoxFieldPOrBuilder
getCheckBoxFieldOrBuilder()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
PdfiumComboBoxFieldP
getComboBoxField()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
PdfiumComboBoxFieldPOrBuilder
getComboBoxFieldOrBuilder()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
double
getHeight()
double height = 8;
String
getName()
string name = 2;
com.google.protobuf.ByteString
getNameBytes()
string name = 2;
int
getPageIndex()
int32 page_index = 3;
boolean
getReadOnly()
in c# we need to call GetFormFieldIsReadOnly but in protobuf server must call this value when form field object was createdPdfiumFormFieldP.SubTypeCase
getSubTypeCase()
PdfiumTextFieldP
getTextField()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
PdfiumTextFieldPOrBuilder
getTextFieldOrBuilder()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
PdfiumFormFieldTypesP
getType()
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
PdfiumFormFieldTypesPOrBuilder
getTypeOrBuilder()
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
PdfiumUnknownFieldP
getUnknownField()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
PdfiumUnknownFieldPOrBuilder
getUnknownFieldOrBuilder()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
String
getValue()
string value = 6;
com.google.protobuf.ByteString
getValueBytes()
string value = 6;
double
getWidth()
double width = 7;
double
getX()
double x = 9;
double
getY()
double y = 10;
boolean
hasCheckBoxField()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
boolean
hasComboBoxField()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
boolean
hasTextField()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
boolean
hasType()
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
boolean
hasUnknownField()
.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()
-
-