public final class PdfiumFormFieldP extends com.google.protobuf.GeneratedMessageV3 implements PdfiumFormFieldPOrBuilder
ironpdfengineproto.PdfiumFormFieldP| Modifier and Type | Class and Description |
|---|---|
static class |
PdfiumFormFieldP.Builder
Protobuf type
ironpdfengineproto.PdfiumFormFieldP |
static class |
PdfiumFormFieldP.SubTypeCase |
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| Modifier and Type | Field and 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 |
IMAGE_FIELD_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PAGE_INDEX_FIELD_NUMBER |
static int |
RADIO_FIELD_FIELD_NUMBER |
static int |
READ_ONLY_FIELD_NUMBER |
static int |
SIGNATURE_FIELD_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 |
| Modifier and Type | Method and 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; |
PdfiumImageFieldP |
getImageField()
.ironpdfengineproto.PdfiumImageFieldP image_field = 16; |
PdfiumImageFieldPOrBuilder |
getImageFieldOrBuilder()
.ironpdfengineproto.PdfiumImageFieldP image_field = 16; |
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() |
PdfiumRadioFieldP |
getRadioField()
.ironpdfengineproto.PdfiumRadioFieldP radio_field = 15; |
PdfiumRadioFieldPOrBuilder |
getRadioFieldOrBuilder()
.ironpdfengineproto.PdfiumRadioFieldP radio_field = 15; |
boolean |
getReadOnly()
in c# we need to call GetFormFieldIsReadOnly but in protobuf server must call this value when form field object was created
|
int |
getSerializedSize() |
PdfiumSignatureFieldP |
getSignatureField()
.ironpdfengineproto.PdfiumSignatureFieldP signature_field = 17; |
PdfiumSignatureFieldPOrBuilder |
getSignatureFieldOrBuilder()
.ironpdfengineproto.PdfiumSignatureFieldP signature_field = 17; |
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 |
hasImageField()
.ironpdfengineproto.PdfiumImageFieldP image_field = 16; |
boolean |
hasRadioField()
.ironpdfengineproto.PdfiumRadioFieldP radio_field = 15; |
boolean |
hasSignatureField()
.ironpdfengineproto.PdfiumSignatureFieldP signature_field = 17; |
boolean |
hasTextField()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13; |
boolean |
hasUnknownField()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14; |
boolean |
isInitialized() |
static PdfiumFormFieldP.Builder |
newBuilder() |
static PdfiumFormFieldP.Builder |
newBuilder(PdfiumFormFieldP prototype) |
PdfiumFormFieldP.Builder |
newBuilderForType() |
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(ByteBuffer data) |
static PdfiumFormFieldP |
parseFrom(ByteBuffer 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 com.google.protobuf.Parser<PdfiumFormFieldP> |
parser() |
PdfiumFormFieldP.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int ANNOTATION_INDEX_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int PAGE_INDEX_FIELD_NUMBER
public static final int READ_ONLY_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static final int WIDTH_FIELD_NUMBER
public static final int HEIGHT_FIELD_NUMBER
public static final int X_FIELD_NUMBER
public static final int Y_FIELD_NUMBER
public static final int COMBO_BOX_FIELD_FIELD_NUMBER
public static final int CHECK_BOX_FIELD_FIELD_NUMBER
public static final int TEXT_FIELD_FIELD_NUMBER
public static final int UNKNOWN_FIELD_FIELD_NUMBER
public static final int RADIO_FIELD_FIELD_NUMBER
public static final int IMAGE_FIELD_FIELD_NUMBER
public static final int SIGNATURE_FIELD_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public PdfiumFormFieldP.SubTypeCase getSubTypeCase()
getSubTypeCase in interface PdfiumFormFieldPOrBuilderpublic int getAnnotationIndex()
int32 annotation_index = 1;getAnnotationIndex in interface PdfiumFormFieldPOrBuilderpublic String getName()
string name = 2;getName in interface PdfiumFormFieldPOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 2;getNameBytes in interface PdfiumFormFieldPOrBuilderpublic int getPageIndex()
int32 page_index = 3;getPageIndex in interface PdfiumFormFieldPOrBuilderpublic 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 PdfiumFormFieldPOrBuilderpublic String getType()
string type = 5;getType in interface PdfiumFormFieldPOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
string type = 5;getTypeBytes in interface PdfiumFormFieldPOrBuilderpublic String getValue()
string value = 6;getValue in interface PdfiumFormFieldPOrBuilderpublic com.google.protobuf.ByteString getValueBytes()
string value = 6;getValueBytes in interface PdfiumFormFieldPOrBuilderpublic double getWidth()
double width = 7;getWidth in interface PdfiumFormFieldPOrBuilderpublic double getHeight()
double height = 8;getHeight in interface PdfiumFormFieldPOrBuilderpublic double getX()
double x = 9;getX in interface PdfiumFormFieldPOrBuilderpublic double getY()
double y = 10;getY in interface PdfiumFormFieldPOrBuilderpublic boolean hasComboBoxField()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;hasComboBoxField in interface PdfiumFormFieldPOrBuilderpublic PdfiumComboBoxFieldP getComboBoxField()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;getComboBoxField in interface PdfiumFormFieldPOrBuilderpublic PdfiumComboBoxFieldPOrBuilder getComboBoxFieldOrBuilder()
.ironpdfengineproto.PdfiumComboBoxFieldP combo_box_field = 11;getComboBoxFieldOrBuilder in interface PdfiumFormFieldPOrBuilderpublic boolean hasCheckBoxField()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;hasCheckBoxField in interface PdfiumFormFieldPOrBuilderpublic PdfiumCheckBoxFieldP getCheckBoxField()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;getCheckBoxField in interface PdfiumFormFieldPOrBuilderpublic PdfiumCheckBoxFieldPOrBuilder getCheckBoxFieldOrBuilder()
.ironpdfengineproto.PdfiumCheckBoxFieldP check_box_field = 12;getCheckBoxFieldOrBuilder in interface PdfiumFormFieldPOrBuilderpublic boolean hasTextField()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;hasTextField in interface PdfiumFormFieldPOrBuilderpublic PdfiumTextFieldP getTextField()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;getTextField in interface PdfiumFormFieldPOrBuilderpublic PdfiumTextFieldPOrBuilder getTextFieldOrBuilder()
.ironpdfengineproto.PdfiumTextFieldP text_field = 13;getTextFieldOrBuilder in interface PdfiumFormFieldPOrBuilderpublic boolean hasUnknownField()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;hasUnknownField in interface PdfiumFormFieldPOrBuilderpublic PdfiumUnknownFieldP getUnknownField()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;getUnknownField in interface PdfiumFormFieldPOrBuilderpublic PdfiumUnknownFieldPOrBuilder getUnknownFieldOrBuilder()
.ironpdfengineproto.PdfiumUnknownFieldP unknown_field = 14;getUnknownFieldOrBuilder in interface PdfiumFormFieldPOrBuilderpublic boolean hasRadioField()
.ironpdfengineproto.PdfiumRadioFieldP radio_field = 15;hasRadioField in interface PdfiumFormFieldPOrBuilderpublic PdfiumRadioFieldP getRadioField()
.ironpdfengineproto.PdfiumRadioFieldP radio_field = 15;getRadioField in interface PdfiumFormFieldPOrBuilderpublic PdfiumRadioFieldPOrBuilder getRadioFieldOrBuilder()
.ironpdfengineproto.PdfiumRadioFieldP radio_field = 15;getRadioFieldOrBuilder in interface PdfiumFormFieldPOrBuilderpublic boolean hasImageField()
.ironpdfengineproto.PdfiumImageFieldP image_field = 16;hasImageField in interface PdfiumFormFieldPOrBuilderpublic PdfiumImageFieldP getImageField()
.ironpdfengineproto.PdfiumImageFieldP image_field = 16;getImageField in interface PdfiumFormFieldPOrBuilderpublic PdfiumImageFieldPOrBuilder getImageFieldOrBuilder()
.ironpdfengineproto.PdfiumImageFieldP image_field = 16;getImageFieldOrBuilder in interface PdfiumFormFieldPOrBuilderpublic boolean hasSignatureField()
.ironpdfengineproto.PdfiumSignatureFieldP signature_field = 17;hasSignatureField in interface PdfiumFormFieldPOrBuilderpublic PdfiumSignatureFieldP getSignatureField()
.ironpdfengineproto.PdfiumSignatureFieldP signature_field = 17;getSignatureField in interface PdfiumFormFieldPOrBuilderpublic PdfiumSignatureFieldPOrBuilder getSignatureFieldOrBuilder()
.ironpdfengineproto.PdfiumSignatureFieldP signature_field = 17;getSignatureFieldOrBuilder in interface PdfiumFormFieldPOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PdfiumFormFieldP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumFormFieldP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumFormFieldP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumFormFieldP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumFormFieldP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumFormFieldP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumFormFieldP parseFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumFormFieldP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumFormFieldP parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumFormFieldP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumFormFieldP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PdfiumFormFieldP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PdfiumFormFieldP.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PdfiumFormFieldP.Builder newBuilder()
public static PdfiumFormFieldP.Builder newBuilder(PdfiumFormFieldP prototype)
public PdfiumFormFieldP.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static PdfiumFormFieldP getDefaultInstance()
public static com.google.protobuf.Parser<PdfiumFormFieldP> parser()
public com.google.protobuf.Parser<PdfiumFormFieldP> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PdfiumFormFieldP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2025 Iron Software. All rights reserved.