public final class PdfiumIFormFieldP extends com.google.protobuf.GeneratedMessageV3 implements PdfiumIFormFieldPOrBuilder
ironpdfengineproto.PdfiumIFormFieldP| Modifier and Type | Class and Description |
|---|---|
static class |
PdfiumIFormFieldP.Builder
Protobuf type
ironpdfengineproto.PdfiumIFormFieldP |
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_OBJECT_FIELD_NUMBER |
static int |
DOCUMENT_OBJECT_FIELD_NUMBER |
static int |
FORM_OBJECT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PdfiumIFormFieldAnnotationObjectP |
getAnnotationObject()
.ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 3; |
PdfiumIFormFieldAnnotationObjectPOrBuilder |
getAnnotationObjectOrBuilder()
.ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 3; |
static PdfiumIFormFieldP |
getDefaultInstance() |
PdfiumIFormFieldP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PdfiumIDocumentObjectP |
getDocumentObject()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1; |
PdfiumIDocumentObjectPOrBuilder |
getDocumentObjectOrBuilder()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1; |
PdfiumIFormFieldObjectP |
getFormObject()
.ironpdfengineproto.PdfiumIFormFieldObjectP form_object = 2; |
PdfiumIFormFieldObjectPOrBuilder |
getFormObjectOrBuilder()
.ironpdfengineproto.PdfiumIFormFieldObjectP form_object = 2; |
com.google.protobuf.Parser<PdfiumIFormFieldP> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasAnnotationObject()
.ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 3; |
boolean |
hasDocumentObject()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1; |
boolean |
hasFormObject()
.ironpdfengineproto.PdfiumIFormFieldObjectP form_object = 2; |
int |
hashCode() |
boolean |
isInitialized() |
static PdfiumIFormFieldP.Builder |
newBuilder() |
static PdfiumIFormFieldP.Builder |
newBuilder(PdfiumIFormFieldP prototype) |
PdfiumIFormFieldP.Builder |
newBuilderForType() |
static PdfiumIFormFieldP |
parseDelimitedFrom(InputStream input) |
static PdfiumIFormFieldP |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumIFormFieldP |
parseFrom(byte[] data) |
static PdfiumIFormFieldP |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumIFormFieldP |
parseFrom(ByteBuffer data) |
static PdfiumIFormFieldP |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumIFormFieldP |
parseFrom(com.google.protobuf.ByteString data) |
static PdfiumIFormFieldP |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumIFormFieldP |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PdfiumIFormFieldP |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumIFormFieldP |
parseFrom(InputStream input) |
static PdfiumIFormFieldP |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PdfiumIFormFieldP> |
parser() |
PdfiumIFormFieldP.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 DOCUMENT_OBJECT_FIELD_NUMBER
public static final int FORM_OBJECT_FIELD_NUMBER
public static final int ANNOTATION_OBJECT_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasDocumentObject()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;hasDocumentObject in interface PdfiumIFormFieldPOrBuilderpublic PdfiumIDocumentObjectP getDocumentObject()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;getDocumentObject in interface PdfiumIFormFieldPOrBuilderpublic PdfiumIDocumentObjectPOrBuilder getDocumentObjectOrBuilder()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;getDocumentObjectOrBuilder in interface PdfiumIFormFieldPOrBuilderpublic boolean hasFormObject()
.ironpdfengineproto.PdfiumIFormFieldObjectP form_object = 2;hasFormObject in interface PdfiumIFormFieldPOrBuilderpublic PdfiumIFormFieldObjectP getFormObject()
.ironpdfengineproto.PdfiumIFormFieldObjectP form_object = 2;getFormObject in interface PdfiumIFormFieldPOrBuilderpublic PdfiumIFormFieldObjectPOrBuilder getFormObjectOrBuilder()
.ironpdfengineproto.PdfiumIFormFieldObjectP form_object = 2;getFormObjectOrBuilder in interface PdfiumIFormFieldPOrBuilderpublic boolean hasAnnotationObject()
.ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 3;hasAnnotationObject in interface PdfiumIFormFieldPOrBuilderpublic PdfiumIFormFieldAnnotationObjectP getAnnotationObject()
.ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 3;getAnnotationObject in interface PdfiumIFormFieldPOrBuilderpublic PdfiumIFormFieldAnnotationObjectPOrBuilder getAnnotationObjectOrBuilder()
.ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 3;getAnnotationObjectOrBuilder in interface PdfiumIFormFieldPOrBuilderpublic 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 PdfiumIFormFieldP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumIFormFieldP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumIFormFieldP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumIFormFieldP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumIFormFieldP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumIFormFieldP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumIFormFieldP parseFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumIFormFieldP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumIFormFieldP parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumIFormFieldP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumIFormFieldP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PdfiumIFormFieldP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PdfiumIFormFieldP.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PdfiumIFormFieldP.Builder newBuilder()
public static PdfiumIFormFieldP.Builder newBuilder(PdfiumIFormFieldP prototype)
public PdfiumIFormFieldP.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static PdfiumIFormFieldP getDefaultInstance()
public static com.google.protobuf.Parser<PdfiumIFormFieldP> parser()
public com.google.protobuf.Parser<PdfiumIFormFieldP> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PdfiumIFormFieldP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2025 Iron Software. All rights reserved.