public final class PdfiumIFormFieldAnnotationP extends com.google.protobuf.GeneratedMessageV3 implements PdfiumIFormFieldAnnotationPOrBuilder
ironpdfengineproto.PdfiumIFormFieldAnnotationP| Modifier and Type | Class and Description |
|---|---|
static class |
PdfiumIFormFieldAnnotationP.Builder
Protobuf type
ironpdfengineproto.PdfiumIFormFieldAnnotationP |
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_FLAGS_FIELD_NUMBER |
static int |
ANNOTATION_OBJECT_FIELD_NUMBER |
static int |
APPEARANCE_STATE_FIELD_NUMBER |
static int |
APPEARANCES_FIELD_NUMBER |
static int |
DOCUMENT_OBJECT_FIELD_NUMBER |
static int |
JAVASCRIPT_FIELD_NUMBER |
static int |
ON_APPEARANCE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PdfiumPdfAnnotationFlagsP |
getAnnotationFlags()
.ironpdfengineproto.PdfiumPdfAnnotationFlagsP annotation_flags = 5; |
PdfiumPdfAnnotationFlagsPOrBuilder |
getAnnotationFlagsOrBuilder()
.ironpdfengineproto.PdfiumPdfAnnotationFlagsP annotation_flags = 5; |
PdfiumIFormFieldAnnotationObjectP |
getAnnotationObject()
.ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 2; |
PdfiumIFormFieldAnnotationObjectPOrBuilder |
getAnnotationObjectOrBuilder()
.ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 2; |
String |
getAppearances(int index)
repeated string appearances = 3; |
com.google.protobuf.ByteString |
getAppearancesBytes(int index)
repeated string appearances = 3; |
int |
getAppearancesCount()
repeated string appearances = 3; |
com.google.protobuf.ProtocolStringList |
getAppearancesList()
repeated string appearances = 3; |
String |
getAppearanceState()
string appearance_state = 4; |
com.google.protobuf.ByteString |
getAppearanceStateBytes()
string appearance_state = 4; |
static PdfiumIFormFieldAnnotationP |
getDefaultInstance() |
PdfiumIFormFieldAnnotationP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PdfiumIDocumentObjectP |
getDocumentObject()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1; |
PdfiumIDocumentObjectPOrBuilder |
getDocumentObjectOrBuilder()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1; |
String |
getJavascript()
string javascript = 7; |
com.google.protobuf.ByteString |
getJavascriptBytes()
string javascript = 7; |
String |
getOnAppearance()
string on_appearance = 6; |
com.google.protobuf.ByteString |
getOnAppearanceBytes()
string on_appearance = 6; |
com.google.protobuf.Parser<PdfiumIFormFieldAnnotationP> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasAnnotationFlags()
.ironpdfengineproto.PdfiumPdfAnnotationFlagsP annotation_flags = 5; |
boolean |
hasAnnotationObject()
.ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 2; |
boolean |
hasDocumentObject()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1; |
int |
hashCode() |
boolean |
isInitialized() |
static PdfiumIFormFieldAnnotationP.Builder |
newBuilder() |
static PdfiumIFormFieldAnnotationP.Builder |
newBuilder(PdfiumIFormFieldAnnotationP prototype) |
PdfiumIFormFieldAnnotationP.Builder |
newBuilderForType() |
static PdfiumIFormFieldAnnotationP |
parseDelimitedFrom(InputStream input) |
static PdfiumIFormFieldAnnotationP |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumIFormFieldAnnotationP |
parseFrom(byte[] data) |
static PdfiumIFormFieldAnnotationP |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumIFormFieldAnnotationP |
parseFrom(ByteBuffer data) |
static PdfiumIFormFieldAnnotationP |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumIFormFieldAnnotationP |
parseFrom(com.google.protobuf.ByteString data) |
static PdfiumIFormFieldAnnotationP |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumIFormFieldAnnotationP |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PdfiumIFormFieldAnnotationP |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumIFormFieldAnnotationP |
parseFrom(InputStream input) |
static PdfiumIFormFieldAnnotationP |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PdfiumIFormFieldAnnotationP> |
parser() |
PdfiumIFormFieldAnnotationP.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 ANNOTATION_OBJECT_FIELD_NUMBER
public static final int APPEARANCES_FIELD_NUMBER
public static final int APPEARANCE_STATE_FIELD_NUMBER
public static final int ANNOTATION_FLAGS_FIELD_NUMBER
public static final int ON_APPEARANCE_FIELD_NUMBER
public static final int JAVASCRIPT_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasDocumentObject()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;hasDocumentObject in interface PdfiumIFormFieldAnnotationPOrBuilderpublic PdfiumIDocumentObjectP getDocumentObject()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;getDocumentObject in interface PdfiumIFormFieldAnnotationPOrBuilderpublic PdfiumIDocumentObjectPOrBuilder getDocumentObjectOrBuilder()
.ironpdfengineproto.PdfiumIDocumentObjectP document_object = 1;getDocumentObjectOrBuilder in interface PdfiumIFormFieldAnnotationPOrBuilderpublic boolean hasAnnotationObject()
.ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 2;hasAnnotationObject in interface PdfiumIFormFieldAnnotationPOrBuilderpublic PdfiumIFormFieldAnnotationObjectP getAnnotationObject()
.ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 2;getAnnotationObject in interface PdfiumIFormFieldAnnotationPOrBuilderpublic PdfiumIFormFieldAnnotationObjectPOrBuilder getAnnotationObjectOrBuilder()
.ironpdfengineproto.PdfiumIFormFieldAnnotationObjectP annotation_object = 2;getAnnotationObjectOrBuilder in interface PdfiumIFormFieldAnnotationPOrBuilderpublic com.google.protobuf.ProtocolStringList getAppearancesList()
repeated string appearances = 3;getAppearancesList in interface PdfiumIFormFieldAnnotationPOrBuilderpublic int getAppearancesCount()
repeated string appearances = 3;getAppearancesCount in interface PdfiumIFormFieldAnnotationPOrBuilderpublic String getAppearances(int index)
repeated string appearances = 3;getAppearances in interface PdfiumIFormFieldAnnotationPOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getAppearancesBytes(int index)
repeated string appearances = 3;getAppearancesBytes in interface PdfiumIFormFieldAnnotationPOrBuilderindex - The index of the value to return.public String getAppearanceState()
string appearance_state = 4;getAppearanceState in interface PdfiumIFormFieldAnnotationPOrBuilderpublic com.google.protobuf.ByteString getAppearanceStateBytes()
string appearance_state = 4;getAppearanceStateBytes in interface PdfiumIFormFieldAnnotationPOrBuilderpublic boolean hasAnnotationFlags()
.ironpdfengineproto.PdfiumPdfAnnotationFlagsP annotation_flags = 5;hasAnnotationFlags in interface PdfiumIFormFieldAnnotationPOrBuilderpublic PdfiumPdfAnnotationFlagsP getAnnotationFlags()
.ironpdfengineproto.PdfiumPdfAnnotationFlagsP annotation_flags = 5;getAnnotationFlags in interface PdfiumIFormFieldAnnotationPOrBuilderpublic PdfiumPdfAnnotationFlagsPOrBuilder getAnnotationFlagsOrBuilder()
.ironpdfengineproto.PdfiumPdfAnnotationFlagsP annotation_flags = 5;getAnnotationFlagsOrBuilder in interface PdfiumIFormFieldAnnotationPOrBuilderpublic String getOnAppearance()
string on_appearance = 6;getOnAppearance in interface PdfiumIFormFieldAnnotationPOrBuilderpublic com.google.protobuf.ByteString getOnAppearanceBytes()
string on_appearance = 6;getOnAppearanceBytes in interface PdfiumIFormFieldAnnotationPOrBuilderpublic String getJavascript()
string javascript = 7;getJavascript in interface PdfiumIFormFieldAnnotationPOrBuilderpublic com.google.protobuf.ByteString getJavascriptBytes()
string javascript = 7;getJavascriptBytes in interface PdfiumIFormFieldAnnotationPOrBuilderpublic 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 PdfiumIFormFieldAnnotationP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumIFormFieldAnnotationP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumIFormFieldAnnotationP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumIFormFieldAnnotationP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumIFormFieldAnnotationP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumIFormFieldAnnotationP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumIFormFieldAnnotationP parseFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumIFormFieldAnnotationP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumIFormFieldAnnotationP parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumIFormFieldAnnotationP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumIFormFieldAnnotationP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PdfiumIFormFieldAnnotationP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PdfiumIFormFieldAnnotationP.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PdfiumIFormFieldAnnotationP.Builder newBuilder()
public static PdfiumIFormFieldAnnotationP.Builder newBuilder(PdfiumIFormFieldAnnotationP prototype)
public PdfiumIFormFieldAnnotationP.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static PdfiumIFormFieldAnnotationP getDefaultInstance()
public static com.google.protobuf.Parser<PdfiumIFormFieldAnnotationP> parser()
public com.google.protobuf.Parser<PdfiumIFormFieldAnnotationP> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PdfiumIFormFieldAnnotationP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2025 Iron Software. All rights reserved.