Class PdfiumFormFieldP.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
-
- com.ironsoftware.ironpdf.internal.proto.PdfiumFormFieldP.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,PdfiumFormFieldPOrBuilder
,Cloneable
- Enclosing class:
- PdfiumFormFieldP
public static final class PdfiumFormFieldP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder> implements PdfiumFormFieldPOrBuilder
Protobuf typeironpdfengineproto.PdfiumFormFieldP
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfiumFormFieldP.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PdfiumFormFieldP
build()
PdfiumFormFieldP
buildPartial()
PdfiumFormFieldP.Builder
clear()
PdfiumFormFieldP.Builder
clearAnnotationIndex()
int32 annotation_index = 1;
PdfiumFormFieldP.Builder
clearCheckBoxField()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
PdfiumFormFieldP.Builder
clearComboBoxField()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
PdfiumFormFieldP.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
PdfiumFormFieldP.Builder
clearHeight()
double height = 8;
PdfiumFormFieldP.Builder
clearName()
string name = 2;
PdfiumFormFieldP.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
PdfiumFormFieldP.Builder
clearPageIndex()
int32 page_index = 3;
PdfiumFormFieldP.Builder
clearReadOnly()
in c# we need to call GetFormFieldIsReadOnly but in protobuf server must call this value when form field object was createdPdfiumFormFieldP.Builder
clearSubType()
PdfiumFormFieldP.Builder
clearTextField()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
PdfiumFormFieldP.Builder
clearType()
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
PdfiumFormFieldP.Builder
clearUnknownField()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
PdfiumFormFieldP.Builder
clearValue()
string value = 6;
PdfiumFormFieldP.Builder
clearWidth()
double width = 7;
PdfiumFormFieldP.Builder
clearX()
double x = 9;
PdfiumFormFieldP.Builder
clearY()
double y = 10;
PdfiumFormFieldP.Builder
clone()
int
getAnnotationIndex()
int32 annotation_index = 1;
PdfiumCheckBoxFieldP
getCheckBoxField()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
PdfiumCheckBoxFieldP.Builder
getCheckBoxFieldBuilder()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
PdfiumCheckBoxFieldPOrBuilder
getCheckBoxFieldOrBuilder()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
PdfiumComboBoxFieldP
getComboBoxField()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
PdfiumComboBoxFieldP.Builder
getComboBoxFieldBuilder()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
PdfiumComboBoxFieldPOrBuilder
getComboBoxFieldOrBuilder()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
PdfiumFormFieldP
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 createdPdfiumFormFieldP.SubTypeCase
getSubTypeCase()
PdfiumTextFieldP
getTextField()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
PdfiumTextFieldP.Builder
getTextFieldBuilder()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
PdfiumTextFieldPOrBuilder
getTextFieldOrBuilder()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
PdfiumFormFieldTypesP
getType()
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
PdfiumFormFieldTypesP.Builder
getTypeBuilder()
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
PdfiumFormFieldTypesPOrBuilder
getTypeOrBuilder()
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
PdfiumUnknownFieldP
getUnknownField()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
PdfiumUnknownFieldP.Builder
getUnknownFieldBuilder()
.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;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
PdfiumFormFieldP.Builder
mergeCheckBoxField(PdfiumCheckBoxFieldP value)
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
PdfiumFormFieldP.Builder
mergeComboBoxField(PdfiumComboBoxFieldP value)
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
PdfiumFormFieldP.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PdfiumFormFieldP.Builder
mergeFrom(com.google.protobuf.Message other)
PdfiumFormFieldP.Builder
mergeFrom(PdfiumFormFieldP other)
PdfiumFormFieldP.Builder
mergeTextField(PdfiumTextFieldP value)
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
PdfiumFormFieldP.Builder
mergeType(PdfiumFormFieldTypesP value)
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
PdfiumFormFieldP.Builder
mergeUnknownField(PdfiumUnknownFieldP value)
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
PdfiumFormFieldP.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfiumFormFieldP.Builder
setAnnotationIndex(int value)
int32 annotation_index = 1;
PdfiumFormFieldP.Builder
setCheckBoxField(PdfiumCheckBoxFieldP value)
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
PdfiumFormFieldP.Builder
setCheckBoxField(PdfiumCheckBoxFieldP.Builder builderForValue)
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
PdfiumFormFieldP.Builder
setComboBoxField(PdfiumComboBoxFieldP value)
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
PdfiumFormFieldP.Builder
setComboBoxField(PdfiumComboBoxFieldP.Builder builderForValue)
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
PdfiumFormFieldP.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PdfiumFormFieldP.Builder
setHeight(double value)
double height = 8;
PdfiumFormFieldP.Builder
setName(String value)
string name = 2;
PdfiumFormFieldP.Builder
setNameBytes(com.google.protobuf.ByteString value)
string name = 2;
PdfiumFormFieldP.Builder
setPageIndex(int value)
int32 page_index = 3;
PdfiumFormFieldP.Builder
setReadOnly(boolean value)
in c# we need to call GetFormFieldIsReadOnly but in protobuf server must call this value when form field object was createdPdfiumFormFieldP.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
PdfiumFormFieldP.Builder
setTextField(PdfiumTextFieldP value)
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
PdfiumFormFieldP.Builder
setTextField(PdfiumTextFieldP.Builder builderForValue)
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
PdfiumFormFieldP.Builder
setType(PdfiumFormFieldTypesP value)
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
PdfiumFormFieldP.Builder
setType(PdfiumFormFieldTypesP.Builder builderForValue)
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
PdfiumFormFieldP.Builder
setUnknownField(PdfiumUnknownFieldP value)
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
PdfiumFormFieldP.Builder
setUnknownField(PdfiumUnknownFieldP.Builder builderForValue)
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
PdfiumFormFieldP.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfiumFormFieldP.Builder
setValue(String value)
string value = 6;
PdfiumFormFieldP.Builder
setValueBytes(com.google.protobuf.ByteString value)
string value = 6;
PdfiumFormFieldP.Builder
setWidth(double value)
double width = 7;
PdfiumFormFieldP.Builder
setX(double value)
double x = 9;
PdfiumFormFieldP.Builder
setY(double value)
double y = 10;
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
-
clear
public PdfiumFormFieldP.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
-
getDefaultInstanceForType
public PdfiumFormFieldP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PdfiumFormFieldP build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PdfiumFormFieldP buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PdfiumFormFieldP.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
-
setField
public PdfiumFormFieldP.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
-
clearField
public PdfiumFormFieldP.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
-
clearOneof
public PdfiumFormFieldP.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
-
setRepeatedField
public PdfiumFormFieldP.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
-
addRepeatedField
public PdfiumFormFieldP.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
-
mergeFrom
public PdfiumFormFieldP.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PdfiumFormFieldP.Builder>
-
mergeFrom
public PdfiumFormFieldP.Builder mergeFrom(PdfiumFormFieldP other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
-
mergeFrom
public PdfiumFormFieldP.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PdfiumFormFieldP.Builder>
- Throws:
IOException
-
getSubTypeCase
public PdfiumFormFieldP.SubTypeCase getSubTypeCase()
- Specified by:
getSubTypeCase
in interfacePdfiumFormFieldPOrBuilder
-
clearSubType
public PdfiumFormFieldP.Builder clearSubType()
-
getAnnotationIndex
public int getAnnotationIndex()
int32 annotation_index = 1;
- Specified by:
getAnnotationIndex
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The annotationIndex.
-
setAnnotationIndex
public PdfiumFormFieldP.Builder setAnnotationIndex(int value)
int32 annotation_index = 1;
- Parameters:
value
- The annotationIndex to set.- Returns:
- This builder for chaining.
-
clearAnnotationIndex
public PdfiumFormFieldP.Builder clearAnnotationIndex()
int32 annotation_index = 1;
- Returns:
- This builder for chaining.
-
getName
public String getName()
string name = 2;
- Specified by:
getName
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
string name = 2;
- Specified by:
getNameBytes
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The bytes for name.
-
setName
public PdfiumFormFieldP.Builder setName(String value)
string name = 2;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public PdfiumFormFieldP.Builder clearName()
string name = 2;
- Returns:
- This builder for chaining.
-
setNameBytes
public PdfiumFormFieldP.Builder setNameBytes(com.google.protobuf.ByteString value)
string name = 2;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getPageIndex
public int getPageIndex()
int32 page_index = 3;
- Specified by:
getPageIndex
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The pageIndex.
-
setPageIndex
public PdfiumFormFieldP.Builder setPageIndex(int value)
int32 page_index = 3;
- Parameters:
value
- The pageIndex to set.- Returns:
- This builder for chaining.
-
clearPageIndex
public PdfiumFormFieldP.Builder clearPageIndex()
int32 page_index = 3;
- Returns:
- This builder for chaining.
-
getReadOnly
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;
- Specified by:
getReadOnly
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The readOnly.
-
setReadOnly
public PdfiumFormFieldP.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;
- Parameters:
value
- The readOnly to set.- Returns:
- This builder for chaining.
-
clearReadOnly
public PdfiumFormFieldP.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;
- Returns:
- This builder for chaining.
-
hasType
public boolean hasType()
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
- Specified by:
hasType
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- Whether the type field is set.
-
getType
public PdfiumFormFieldTypesP getType()
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
- Specified by:
getType
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The type.
-
setType
public PdfiumFormFieldP.Builder setType(PdfiumFormFieldTypesP value)
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
-
setType
public PdfiumFormFieldP.Builder setType(PdfiumFormFieldTypesP.Builder builderForValue)
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
-
mergeType
public PdfiumFormFieldP.Builder mergeType(PdfiumFormFieldTypesP value)
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
-
clearType
public PdfiumFormFieldP.Builder clearType()
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
-
getTypeBuilder
public PdfiumFormFieldTypesP.Builder getTypeBuilder()
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
-
getTypeOrBuilder
public PdfiumFormFieldTypesPOrBuilder getTypeOrBuilder()
.ironpdfengineproto.PdfiumFormFieldTypesP type = 5;
- Specified by:
getTypeOrBuilder
in interfacePdfiumFormFieldPOrBuilder
-
getValue
public String getValue()
string value = 6;
- Specified by:
getValue
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The value.
-
getValueBytes
public com.google.protobuf.ByteString getValueBytes()
string value = 6;
- Specified by:
getValueBytes
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The bytes for value.
-
setValue
public PdfiumFormFieldP.Builder setValue(String value)
string value = 6;
- Parameters:
value
- The value to set.- Returns:
- This builder for chaining.
-
clearValue
public PdfiumFormFieldP.Builder clearValue()
string value = 6;
- Returns:
- This builder for chaining.
-
setValueBytes
public PdfiumFormFieldP.Builder setValueBytes(com.google.protobuf.ByteString value)
string value = 6;
- Parameters:
value
- The bytes for value to set.- Returns:
- This builder for chaining.
-
getWidth
public double getWidth()
double width = 7;
- Specified by:
getWidth
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The width.
-
setWidth
public PdfiumFormFieldP.Builder setWidth(double value)
double width = 7;
- Parameters:
value
- The width to set.- Returns:
- This builder for chaining.
-
clearWidth
public PdfiumFormFieldP.Builder clearWidth()
double width = 7;
- Returns:
- This builder for chaining.
-
getHeight
public double getHeight()
double height = 8;
- Specified by:
getHeight
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The height.
-
setHeight
public PdfiumFormFieldP.Builder setHeight(double value)
double height = 8;
- Parameters:
value
- The height to set.- Returns:
- This builder for chaining.
-
clearHeight
public PdfiumFormFieldP.Builder clearHeight()
double height = 8;
- Returns:
- This builder for chaining.
-
getX
public double getX()
double x = 9;
- Specified by:
getX
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The x.
-
setX
public PdfiumFormFieldP.Builder setX(double value)
double x = 9;
- Parameters:
value
- The x to set.- Returns:
- This builder for chaining.
-
clearX
public PdfiumFormFieldP.Builder clearX()
double x = 9;
- Returns:
- This builder for chaining.
-
getY
public double getY()
double y = 10;
- Specified by:
getY
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The y.
-
setY
public PdfiumFormFieldP.Builder setY(double value)
double y = 10;
- Parameters:
value
- The y to set.- Returns:
- This builder for chaining.
-
clearY
public PdfiumFormFieldP.Builder clearY()
double y = 10;
- Returns:
- This builder for chaining.
-
hasComboBoxField
public boolean hasComboBoxField()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
- Specified by:
hasComboBoxField
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- Whether the comboBoxField field is set.
-
getComboBoxField
public PdfiumComboBoxFieldP getComboBoxField()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
- Specified by:
getComboBoxField
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The comboBoxField.
-
setComboBoxField
public PdfiumFormFieldP.Builder setComboBoxField(PdfiumComboBoxFieldP value)
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
-
setComboBoxField
public PdfiumFormFieldP.Builder setComboBoxField(PdfiumComboBoxFieldP.Builder builderForValue)
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
-
mergeComboBoxField
public PdfiumFormFieldP.Builder mergeComboBoxField(PdfiumComboBoxFieldP value)
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
-
clearComboBoxField
public PdfiumFormFieldP.Builder clearComboBoxField()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
-
getComboBoxFieldBuilder
public PdfiumComboBoxFieldP.Builder getComboBoxFieldBuilder()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
-
getComboBoxFieldOrBuilder
public PdfiumComboBoxFieldPOrBuilder getComboBoxFieldOrBuilder()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;
- Specified by:
getComboBoxFieldOrBuilder
in interfacePdfiumFormFieldPOrBuilder
-
hasCheckBoxField
public boolean hasCheckBoxField()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
- Specified by:
hasCheckBoxField
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- Whether the checkBoxField field is set.
-
getCheckBoxField
public PdfiumCheckBoxFieldP getCheckBoxField()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
- Specified by:
getCheckBoxField
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The checkBoxField.
-
setCheckBoxField
public PdfiumFormFieldP.Builder setCheckBoxField(PdfiumCheckBoxFieldP value)
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
-
setCheckBoxField
public PdfiumFormFieldP.Builder setCheckBoxField(PdfiumCheckBoxFieldP.Builder builderForValue)
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
-
mergeCheckBoxField
public PdfiumFormFieldP.Builder mergeCheckBoxField(PdfiumCheckBoxFieldP value)
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
-
clearCheckBoxField
public PdfiumFormFieldP.Builder clearCheckBoxField()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
-
getCheckBoxFieldBuilder
public PdfiumCheckBoxFieldP.Builder getCheckBoxFieldBuilder()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
-
getCheckBoxFieldOrBuilder
public PdfiumCheckBoxFieldPOrBuilder getCheckBoxFieldOrBuilder()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;
- Specified by:
getCheckBoxFieldOrBuilder
in interfacePdfiumFormFieldPOrBuilder
-
hasTextField
public boolean hasTextField()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
- Specified by:
hasTextField
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- Whether the textField field is set.
-
getTextField
public PdfiumTextFieldP getTextField()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
- Specified by:
getTextField
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The textField.
-
setTextField
public PdfiumFormFieldP.Builder setTextField(PdfiumTextFieldP value)
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
-
setTextField
public PdfiumFormFieldP.Builder setTextField(PdfiumTextFieldP.Builder builderForValue)
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
-
mergeTextField
public PdfiumFormFieldP.Builder mergeTextField(PdfiumTextFieldP value)
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
-
clearTextField
public PdfiumFormFieldP.Builder clearTextField()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
-
getTextFieldBuilder
public PdfiumTextFieldP.Builder getTextFieldBuilder()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
-
getTextFieldOrBuilder
public PdfiumTextFieldPOrBuilder getTextFieldOrBuilder()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
- Specified by:
getTextFieldOrBuilder
in interfacePdfiumFormFieldPOrBuilder
-
hasUnknownField
public boolean hasUnknownField()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
- Specified by:
hasUnknownField
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- Whether the unknownField field is set.
-
getUnknownField
public PdfiumUnknownFieldP getUnknownField()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
- Specified by:
getUnknownField
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The unknownField.
-
setUnknownField
public PdfiumFormFieldP.Builder setUnknownField(PdfiumUnknownFieldP value)
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
-
setUnknownField
public PdfiumFormFieldP.Builder setUnknownField(PdfiumUnknownFieldP.Builder builderForValue)
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
-
mergeUnknownField
public PdfiumFormFieldP.Builder mergeUnknownField(PdfiumUnknownFieldP value)
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
-
clearUnknownField
public PdfiumFormFieldP.Builder clearUnknownField()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
-
getUnknownFieldBuilder
public PdfiumUnknownFieldP.Builder getUnknownFieldBuilder()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
-
getUnknownFieldOrBuilder
public PdfiumUnknownFieldPOrBuilder getUnknownFieldOrBuilder()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
- Specified by:
getUnknownFieldOrBuilder
in interfacePdfiumFormFieldPOrBuilder
-
setUnknownFields
public final PdfiumFormFieldP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
-
mergeUnknownFields
public final PdfiumFormFieldP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldP.Builder>
-
-