Class PdfiumFormFieldP
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.ironsoftware.ironpdf.internal.proto.PdfiumFormFieldP
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,PdfiumFormFieldPOrBuilder
,Serializable
public final class PdfiumFormFieldP extends com.google.protobuf.GeneratedMessageV3 implements PdfiumFormFieldPOrBuilder
Protobuf typeironpdfengineproto.PdfiumFormFieldP
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PdfiumFormFieldP.Builder
Protobuf typeironpdfengineproto.PdfiumFormFieldP
static class
PdfiumFormFieldP.SubTypeCase
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANNOTATION_INDEX_FIELD_NUMBER
static int
CHECK_BOX_FIELD_FIELD_NUMBER
static int
COMBO_BOX_FIELD_FIELD_NUMBER
static int
HEIGHT_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
PAGE_INDEX_FIELD_NUMBER
static int
READ_ONLY_FIELD_NUMBER
static int
TEXT_FIELD_FIELD_NUMBER
static int
TYPE_FIELD_NUMBER
static int
UNKNOWN_FIELD_FIELD_NUMBER
static int
VALUE_FIELD_NUMBER
static int
WIDTH_FIELD_NUMBER
static int
X_FIELD_NUMBER
static int
Y_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
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;
static PdfiumFormFieldP
getDefaultInstance()
PdfiumFormFieldP
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
double
getHeight()
double height = 8;
String
getName()
string name = 2;
com.google.protobuf.ByteString
getNameBytes()
string name = 2;
int
getPageIndex()
int32 page_index = 3;
com.google.protobuf.Parser<PdfiumFormFieldP>
getParserForType()
boolean
getReadOnly()
in c# we need to call GetFormFieldIsReadOnly but in protobuf server must call this value when form field object was createdint
getSerializedSize()
PdfiumFormFieldP.SubTypeCase
getSubTypeCase()
PdfiumTextFieldP
getTextField()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
PdfiumTextFieldPOrBuilder
getTextFieldOrBuilder()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
String
getType()
string type = 5;
com.google.protobuf.ByteString
getTypeBytes()
string 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;
int
hashCode()
boolean
hasTextField()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;
boolean
hasUnknownField()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static PdfiumFormFieldP.Builder
newBuilder()
static PdfiumFormFieldP.Builder
newBuilder(PdfiumFormFieldP prototype)
PdfiumFormFieldP.Builder
newBuilderForType()
protected PdfiumFormFieldP.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static PdfiumFormFieldP
parseDelimitedFrom(InputStream input)
static PdfiumFormFieldP
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumFormFieldP
parseFrom(byte[] data)
static PdfiumFormFieldP
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumFormFieldP
parseFrom(com.google.protobuf.ByteString data)
static PdfiumFormFieldP
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumFormFieldP
parseFrom(com.google.protobuf.CodedInputStream input)
static PdfiumFormFieldP
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumFormFieldP
parseFrom(InputStream input)
static PdfiumFormFieldP
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumFormFieldP
parseFrom(ByteBuffer data)
static PdfiumFormFieldP
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<PdfiumFormFieldP>
parser()
PdfiumFormFieldP.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ANNOTATION_INDEX_FIELD_NUMBER
public static final int ANNOTATION_INDEX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PAGE_INDEX_FIELD_NUMBER
public static final int PAGE_INDEX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
READ_ONLY_FIELD_NUMBER
public static final int READ_ONLY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WIDTH_FIELD_NUMBER
public static final int WIDTH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HEIGHT_FIELD_NUMBER
public static final int HEIGHT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
X_FIELD_NUMBER
public static final int X_FIELD_NUMBER
- See Also:
- Constant Field Values
-
Y_FIELD_NUMBER
public static final int Y_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMBO_BOX_FIELD_FIELD_NUMBER
public static final int COMBO_BOX_FIELD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CHECK_BOX_FIELD_FIELD_NUMBER
public static final int CHECK_BOX_FIELD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEXT_FIELD_FIELD_NUMBER
public static final int TEXT_FIELD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UNKNOWN_FIELD_FIELD_NUMBER
public static final int UNKNOWN_FIELD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
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
-
getSubTypeCase
public PdfiumFormFieldP.SubTypeCase getSubTypeCase()
- Specified by:
getSubTypeCase
in interfacePdfiumFormFieldPOrBuilder
-
getAnnotationIndex
public int getAnnotationIndex()
int32 annotation_index = 1;
- Specified by:
getAnnotationIndex
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The annotationIndex.
-
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.
-
getPageIndex
public int getPageIndex()
int32 page_index = 3;
- Specified by:
getPageIndex
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The pageIndex.
-
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.
-
getType
public String getType()
string type = 5;
- Specified by:
getType
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
string type = 5;
- Specified by:
getTypeBytes
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The bytes for type.
-
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.
-
getWidth
public double getWidth()
double width = 7;
- Specified by:
getWidth
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The width.
-
getHeight
public double getHeight()
double height = 8;
- Specified by:
getHeight
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The height.
-
getX
public double getX()
double x = 9;
- Specified by:
getX
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The x.
-
getY
public double getY()
double y = 10;
- Specified by:
getY
in interfacePdfiumFormFieldPOrBuilder
- Returns:
- The y.
-
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.
-
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.
-
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.
-
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.
-
getUnknownFieldOrBuilder
public PdfiumUnknownFieldPOrBuilder getUnknownFieldOrBuilder()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;
- Specified by:
getUnknownFieldOrBuilder
in interfacePdfiumFormFieldPOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static PdfiumFormFieldP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PdfiumFormFieldP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PdfiumFormFieldP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PdfiumFormFieldP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PdfiumFormFieldP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PdfiumFormFieldP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PdfiumFormFieldP parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PdfiumFormFieldP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PdfiumFormFieldP parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PdfiumFormFieldP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static PdfiumFormFieldP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PdfiumFormFieldP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public PdfiumFormFieldP.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static PdfiumFormFieldP.Builder newBuilder()
-
newBuilder
public static PdfiumFormFieldP.Builder newBuilder(PdfiumFormFieldP prototype)
-
toBuilder
public PdfiumFormFieldP.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected PdfiumFormFieldP.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static PdfiumFormFieldP getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<PdfiumFormFieldP> parser()
-
getParserForType
public com.google.protobuf.Parser<PdfiumFormFieldP> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public PdfiumFormFieldP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-