public interface FormFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAnnotationIndex()
int32 annotation_index = 1; |
CheckBoxField |
getCheckBoxField()
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12; |
CheckBoxFieldOrBuilder |
getCheckBoxFieldOrBuilder()
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12; |
ComboBoxField |
getComboBoxField()
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11; |
ComboBoxFieldOrBuilder |
getComboBoxFieldOrBuilder()
.IronPdfEngine.Proto.ComboBoxField 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 created
|
FormField.SubTypeCase |
getSubTypeCase() |
TextField |
getTextField()
.IronPdfEngine.Proto.TextField text_field = 13; |
TextFieldOrBuilder |
getTextFieldOrBuilder()
.IronPdfEngine.Proto.TextField text_field = 13; |
FormFieldTypes |
getType()
.IronPdfEngine.Proto.FormFieldTypes type = 5; |
FormFieldTypesOrBuilder |
getTypeOrBuilder()
.IronPdfEngine.Proto.FormFieldTypes type = 5; |
UnknownField |
getUnknownField()
.IronPdfEngine.Proto.UnknownField unknown_field = 14; |
UnknownFieldOrBuilder |
getUnknownFieldOrBuilder()
.IronPdfEngine.Proto.UnknownField 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()
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12; |
boolean |
hasComboBoxField()
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11; |
boolean |
hasTextField()
.IronPdfEngine.Proto.TextField text_field = 13; |
boolean |
hasType()
.IronPdfEngine.Proto.FormFieldTypes type = 5; |
boolean |
hasUnknownField()
.IronPdfEngine.Proto.UnknownField unknown_field = 14; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getAnnotationIndex()
int32 annotation_index = 1;
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 created
bool read_only = 4;
boolean hasType()
.IronPdfEngine.Proto.FormFieldTypes type = 5;
FormFieldTypes getType()
.IronPdfEngine.Proto.FormFieldTypes type = 5;
FormFieldTypesOrBuilder getTypeOrBuilder()
.IronPdfEngine.Proto.FormFieldTypes type = 5;
String getValue()
string value = 6;
com.google.protobuf.ByteString getValueBytes()
string value = 6;
double getWidth()
double width = 7;
double getHeight()
double height = 8;
double getX()
double x = 9;
double getY()
double y = 10;
boolean hasComboBoxField()
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
ComboBoxField getComboBoxField()
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
ComboBoxFieldOrBuilder getComboBoxFieldOrBuilder()
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
boolean hasCheckBoxField()
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
CheckBoxField getCheckBoxField()
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
CheckBoxFieldOrBuilder getCheckBoxFieldOrBuilder()
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
boolean hasTextField()
.IronPdfEngine.Proto.TextField text_field = 13;
TextField getTextField()
.IronPdfEngine.Proto.TextField text_field = 13;
TextFieldOrBuilder getTextFieldOrBuilder()
.IronPdfEngine.Proto.TextField text_field = 13;
boolean hasUnknownField()
.IronPdfEngine.Proto.UnknownField unknown_field = 14;
UnknownField getUnknownField()
.IronPdfEngine.Proto.UnknownField unknown_field = 14;
UnknownFieldOrBuilder getUnknownFieldOrBuilder()
.IronPdfEngine.Proto.UnknownField unknown_field = 14;
FormField.SubTypeCase getSubTypeCase()
Copyright © 2022–2023 Iron Software. All rights reserved.