public static final class FormField.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FormField.Builder> implements FormFieldOrBuilder
IronPdfEngine.Proto.FormField
Modifier and Type | Method and Description |
---|---|
FormField.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FormField |
build() |
FormField |
buildPartial() |
FormField.Builder |
clear() |
FormField.Builder |
clearAnnotationIndex()
int32 annotation_index = 1; |
FormField.Builder |
clearCheckBoxField()
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12; |
FormField.Builder |
clearComboBoxField()
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11; |
FormField.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FormField.Builder |
clearHeight()
double height = 8; |
FormField.Builder |
clearName()
string name = 2; |
FormField.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FormField.Builder |
clearPageIndex()
int32 page_index = 3; |
FormField.Builder |
clearReadOnly()
in c# we need to call GetFormFieldIsReadOnly but in protobuf server must call this value when form field object was created
|
FormField.Builder |
clearSubType() |
FormField.Builder |
clearTextField()
.IronPdfEngine.Proto.TextField text_field = 13; |
FormField.Builder |
clearType()
.IronPdfEngine.Proto.FormFieldTypes type = 5; |
FormField.Builder |
clearUnknownField()
.IronPdfEngine.Proto.UnknownField unknown_field = 14; |
FormField.Builder |
clearValue()
string value = 6; |
FormField.Builder |
clearWidth()
double width = 7; |
FormField.Builder |
clearX()
double x = 9; |
FormField.Builder |
clearY()
double y = 10; |
FormField.Builder |
clone() |
int |
getAnnotationIndex()
int32 annotation_index = 1; |
CheckBoxField |
getCheckBoxField()
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12; |
CheckBoxField.Builder |
getCheckBoxFieldBuilder()
.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; |
ComboBoxField.Builder |
getComboBoxFieldBuilder()
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11; |
ComboBoxFieldOrBuilder |
getComboBoxFieldOrBuilder()
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11; |
FormField |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
TextField.Builder |
getTextFieldBuilder()
.IronPdfEngine.Proto.TextField text_field = 13; |
TextFieldOrBuilder |
getTextFieldOrBuilder()
.IronPdfEngine.Proto.TextField text_field = 13; |
FormFieldTypes |
getType()
.IronPdfEngine.Proto.FormFieldTypes type = 5; |
FormFieldTypes.Builder |
getTypeBuilder()
.IronPdfEngine.Proto.FormFieldTypes type = 5; |
FormFieldTypesOrBuilder |
getTypeOrBuilder()
.IronPdfEngine.Proto.FormFieldTypes type = 5; |
UnknownField |
getUnknownField()
.IronPdfEngine.Proto.UnknownField unknown_field = 14; |
UnknownField.Builder |
getUnknownFieldBuilder()
.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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FormField.Builder |
mergeCheckBoxField(CheckBoxField value)
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12; |
FormField.Builder |
mergeComboBoxField(ComboBoxField value)
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11; |
FormField.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FormField.Builder |
mergeFrom(FormField other) |
FormField.Builder |
mergeFrom(com.google.protobuf.Message other) |
FormField.Builder |
mergeTextField(TextField value)
.IronPdfEngine.Proto.TextField text_field = 13; |
FormField.Builder |
mergeType(FormFieldTypes value)
.IronPdfEngine.Proto.FormFieldTypes type = 5; |
FormField.Builder |
mergeUnknownField(UnknownField value)
.IronPdfEngine.Proto.UnknownField unknown_field = 14; |
FormField.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FormField.Builder |
setAnnotationIndex(int value)
int32 annotation_index = 1; |
FormField.Builder |
setCheckBoxField(CheckBoxField.Builder builderForValue)
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12; |
FormField.Builder |
setCheckBoxField(CheckBoxField value)
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12; |
FormField.Builder |
setComboBoxField(ComboBoxField.Builder builderForValue)
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11; |
FormField.Builder |
setComboBoxField(ComboBoxField value)
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11; |
FormField.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FormField.Builder |
setHeight(double value)
double height = 8; |
FormField.Builder |
setName(String value)
string name = 2; |
FormField.Builder |
setNameBytes(com.google.protobuf.ByteString value)
string name = 2; |
FormField.Builder |
setPageIndex(int value)
int32 page_index = 3; |
FormField.Builder |
setReadOnly(boolean value)
in c# we need to call GetFormFieldIsReadOnly but in protobuf server must call this value when form field object was created
|
FormField.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FormField.Builder |
setTextField(TextField.Builder builderForValue)
.IronPdfEngine.Proto.TextField text_field = 13; |
FormField.Builder |
setTextField(TextField value)
.IronPdfEngine.Proto.TextField text_field = 13; |
FormField.Builder |
setType(FormFieldTypes.Builder builderForValue)
.IronPdfEngine.Proto.FormFieldTypes type = 5; |
FormField.Builder |
setType(FormFieldTypes value)
.IronPdfEngine.Proto.FormFieldTypes type = 5; |
FormField.Builder |
setUnknownField(UnknownField.Builder builderForValue)
.IronPdfEngine.Proto.UnknownField unknown_field = 14; |
FormField.Builder |
setUnknownField(UnknownField value)
.IronPdfEngine.Proto.UnknownField unknown_field = 14; |
FormField.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FormField.Builder |
setValue(String value)
string value = 6; |
FormField.Builder |
setValueBytes(com.google.protobuf.ByteString value)
string value = 6; |
FormField.Builder |
setWidth(double value)
double width = 7; |
FormField.Builder |
setX(double value)
double x = 9; |
FormField.Builder |
setY(double value)
double y = 10; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<FormField.Builder>
public FormField.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<FormField.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<FormField.Builder>
public FormField getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FormField build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public FormField buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FormField.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<FormField.Builder>
public FormField.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<FormField.Builder>
public FormField.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<FormField.Builder>
public FormField.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<FormField.Builder>
public FormField.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<FormField.Builder>
public FormField.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<FormField.Builder>
public FormField.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FormField.Builder>
public FormField.Builder mergeFrom(FormField other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<FormField.Builder>
public FormField.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FormField.Builder>
IOException
public FormField.SubTypeCase getSubTypeCase()
getSubTypeCase
in interface FormFieldOrBuilder
public FormField.Builder clearSubType()
public int getAnnotationIndex()
int32 annotation_index = 1;
getAnnotationIndex
in interface FormFieldOrBuilder
public FormField.Builder setAnnotationIndex(int value)
int32 annotation_index = 1;
value
- The annotationIndex to set.public FormField.Builder clearAnnotationIndex()
int32 annotation_index = 1;
public String getName()
string name = 2;
getName
in interface FormFieldOrBuilder
public com.google.protobuf.ByteString getNameBytes()
string name = 2;
getNameBytes
in interface FormFieldOrBuilder
public FormField.Builder setName(String value)
string name = 2;
value
- The name to set.public FormField.Builder clearName()
string name = 2;
public FormField.Builder setNameBytes(com.google.protobuf.ByteString value)
string name = 2;
value
- The bytes for name to set.public int getPageIndex()
int32 page_index = 3;
getPageIndex
in interface FormFieldOrBuilder
public FormField.Builder setPageIndex(int value)
int32 page_index = 3;
value
- The pageIndex to set.public FormField.Builder clearPageIndex()
int32 page_index = 3;
public 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;
getReadOnly
in interface FormFieldOrBuilder
public FormField.Builder setReadOnly(boolean value)
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;
value
- The readOnly to set.public FormField.Builder clearReadOnly()
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;
public boolean hasType()
.IronPdfEngine.Proto.FormFieldTypes type = 5;
hasType
in interface FormFieldOrBuilder
public FormFieldTypes getType()
.IronPdfEngine.Proto.FormFieldTypes type = 5;
getType
in interface FormFieldOrBuilder
public FormField.Builder setType(FormFieldTypes value)
.IronPdfEngine.Proto.FormFieldTypes type = 5;
public FormField.Builder setType(FormFieldTypes.Builder builderForValue)
.IronPdfEngine.Proto.FormFieldTypes type = 5;
public FormField.Builder mergeType(FormFieldTypes value)
.IronPdfEngine.Proto.FormFieldTypes type = 5;
public FormField.Builder clearType()
.IronPdfEngine.Proto.FormFieldTypes type = 5;
public FormFieldTypes.Builder getTypeBuilder()
.IronPdfEngine.Proto.FormFieldTypes type = 5;
public FormFieldTypesOrBuilder getTypeOrBuilder()
.IronPdfEngine.Proto.FormFieldTypes type = 5;
getTypeOrBuilder
in interface FormFieldOrBuilder
public String getValue()
string value = 6;
getValue
in interface FormFieldOrBuilder
public com.google.protobuf.ByteString getValueBytes()
string value = 6;
getValueBytes
in interface FormFieldOrBuilder
public FormField.Builder setValue(String value)
string value = 6;
value
- The value to set.public FormField.Builder clearValue()
string value = 6;
public FormField.Builder setValueBytes(com.google.protobuf.ByteString value)
string value = 6;
value
- The bytes for value to set.public double getWidth()
double width = 7;
getWidth
in interface FormFieldOrBuilder
public FormField.Builder setWidth(double value)
double width = 7;
value
- The width to set.public FormField.Builder clearWidth()
double width = 7;
public double getHeight()
double height = 8;
getHeight
in interface FormFieldOrBuilder
public FormField.Builder setHeight(double value)
double height = 8;
value
- The height to set.public FormField.Builder clearHeight()
double height = 8;
public double getX()
double x = 9;
getX
in interface FormFieldOrBuilder
public FormField.Builder setX(double value)
double x = 9;
value
- The x to set.public FormField.Builder clearX()
double x = 9;
public double getY()
double y = 10;
getY
in interface FormFieldOrBuilder
public FormField.Builder setY(double value)
double y = 10;
value
- The y to set.public FormField.Builder clearY()
double y = 10;
public boolean hasComboBoxField()
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
hasComboBoxField
in interface FormFieldOrBuilder
public ComboBoxField getComboBoxField()
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
getComboBoxField
in interface FormFieldOrBuilder
public FormField.Builder setComboBoxField(ComboBoxField value)
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
public FormField.Builder setComboBoxField(ComboBoxField.Builder builderForValue)
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
public FormField.Builder mergeComboBoxField(ComboBoxField value)
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
public FormField.Builder clearComboBoxField()
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
public ComboBoxField.Builder getComboBoxFieldBuilder()
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
public ComboBoxFieldOrBuilder getComboBoxFieldOrBuilder()
.IronPdfEngine.Proto.ComboBoxField combo_box_field = 11;
getComboBoxFieldOrBuilder
in interface FormFieldOrBuilder
public boolean hasCheckBoxField()
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
hasCheckBoxField
in interface FormFieldOrBuilder
public CheckBoxField getCheckBoxField()
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
getCheckBoxField
in interface FormFieldOrBuilder
public FormField.Builder setCheckBoxField(CheckBoxField value)
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
public FormField.Builder setCheckBoxField(CheckBoxField.Builder builderForValue)
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
public FormField.Builder mergeCheckBoxField(CheckBoxField value)
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
public FormField.Builder clearCheckBoxField()
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
public CheckBoxField.Builder getCheckBoxFieldBuilder()
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
public CheckBoxFieldOrBuilder getCheckBoxFieldOrBuilder()
.IronPdfEngine.Proto.CheckBoxField check_box_field = 12;
getCheckBoxFieldOrBuilder
in interface FormFieldOrBuilder
public boolean hasTextField()
.IronPdfEngine.Proto.TextField text_field = 13;
hasTextField
in interface FormFieldOrBuilder
public TextField getTextField()
.IronPdfEngine.Proto.TextField text_field = 13;
getTextField
in interface FormFieldOrBuilder
public FormField.Builder setTextField(TextField value)
.IronPdfEngine.Proto.TextField text_field = 13;
public FormField.Builder setTextField(TextField.Builder builderForValue)
.IronPdfEngine.Proto.TextField text_field = 13;
public FormField.Builder mergeTextField(TextField value)
.IronPdfEngine.Proto.TextField text_field = 13;
public FormField.Builder clearTextField()
.IronPdfEngine.Proto.TextField text_field = 13;
public TextField.Builder getTextFieldBuilder()
.IronPdfEngine.Proto.TextField text_field = 13;
public TextFieldOrBuilder getTextFieldOrBuilder()
.IronPdfEngine.Proto.TextField text_field = 13;
getTextFieldOrBuilder
in interface FormFieldOrBuilder
public boolean hasUnknownField()
.IronPdfEngine.Proto.UnknownField unknown_field = 14;
hasUnknownField
in interface FormFieldOrBuilder
public UnknownField getUnknownField()
.IronPdfEngine.Proto.UnknownField unknown_field = 14;
getUnknownField
in interface FormFieldOrBuilder
public FormField.Builder setUnknownField(UnknownField value)
.IronPdfEngine.Proto.UnknownField unknown_field = 14;
public FormField.Builder setUnknownField(UnknownField.Builder builderForValue)
.IronPdfEngine.Proto.UnknownField unknown_field = 14;
public FormField.Builder mergeUnknownField(UnknownField value)
.IronPdfEngine.Proto.UnknownField unknown_field = 14;
public FormField.Builder clearUnknownField()
.IronPdfEngine.Proto.UnknownField unknown_field = 14;
public UnknownField.Builder getUnknownFieldBuilder()
.IronPdfEngine.Proto.UnknownField unknown_field = 14;
public UnknownFieldOrBuilder getUnknownFieldOrBuilder()
.IronPdfEngine.Proto.UnknownField unknown_field = 14;
getUnknownFieldOrBuilder
in interface FormFieldOrBuilder
public final FormField.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<FormField.Builder>
public final FormField.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<FormField.Builder>
Copyright © 2022–2023 Iron Software. All rights reserved.