public final class PdfiumPdfAnnotationP extends com.google.protobuf.GeneratedMessageV3 implements PdfiumPdfAnnotationPOrBuilder
ironpdfengineproto.PdfiumPdfAnnotationP| Modifier and Type | Class and Description |
|---|---|
static class |
PdfiumPdfAnnotationP.Builder
Protobuf type
ironpdfengineproto.PdfiumPdfAnnotationP |
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 |
COLOR_CODE_FIELD_NUMBER |
static int |
CONTENTS_FIELD_NUMBER |
static int |
HIDDEN_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
RECTANGLE_FIELD_NUMBER |
static int |
SUBTYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getColorCode()
optional string color_code = 6; |
com.google.protobuf.ByteString |
getColorCodeBytes()
optional string color_code = 6; |
String |
getContents()
optional string contents = 4; |
com.google.protobuf.ByteString |
getContentsBytes()
optional string contents = 4; |
static PdfiumPdfAnnotationP |
getDefaultInstance() |
PdfiumPdfAnnotationP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getHidden()
optional bool Hidden = 7; |
String |
getName()
optional string name = 5; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 5; |
com.google.protobuf.Parser<PdfiumPdfAnnotationP> |
getParserForType() |
Rectangle |
getRectangle()
.ironpdfengineproto.Rectangle rectangle = 3; |
RectangleOrBuilder |
getRectangleOrBuilder()
.ironpdfengineproto.Rectangle rectangle = 3; |
int |
getSerializedSize() |
PdfiumAnnotationSubTypesP |
getSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2; |
PdfiumAnnotationSubTypesPOrBuilder |
getSubtypeOrBuilder()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2; |
boolean |
hasColorCode()
optional string color_code = 6; |
boolean |
hasContents()
optional string contents = 4; |
int |
hashCode() |
boolean |
hasHidden()
optional bool Hidden = 7; |
boolean |
hasName()
optional string name = 5; |
boolean |
hasRectangle()
.ironpdfengineproto.Rectangle rectangle = 3; |
boolean |
hasSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2; |
boolean |
isInitialized() |
static PdfiumPdfAnnotationP.Builder |
newBuilder() |
static PdfiumPdfAnnotationP.Builder |
newBuilder(PdfiumPdfAnnotationP prototype) |
PdfiumPdfAnnotationP.Builder |
newBuilderForType() |
static PdfiumPdfAnnotationP |
parseDelimitedFrom(InputStream input) |
static PdfiumPdfAnnotationP |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumPdfAnnotationP |
parseFrom(byte[] data) |
static PdfiumPdfAnnotationP |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumPdfAnnotationP |
parseFrom(ByteBuffer data) |
static PdfiumPdfAnnotationP |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumPdfAnnotationP |
parseFrom(com.google.protobuf.ByteString data) |
static PdfiumPdfAnnotationP |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumPdfAnnotationP |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PdfiumPdfAnnotationP |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumPdfAnnotationP |
parseFrom(InputStream input) |
static PdfiumPdfAnnotationP |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PdfiumPdfAnnotationP> |
parser() |
PdfiumPdfAnnotationP.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 SUBTYPE_FIELD_NUMBER
public static final int RECTANGLE_FIELD_NUMBER
public static final int CONTENTS_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int COLOR_CODE_FIELD_NUMBER
public static final int HIDDEN_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;hasSubtype in interface PdfiumPdfAnnotationPOrBuilderpublic PdfiumAnnotationSubTypesP getSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;getSubtype in interface PdfiumPdfAnnotationPOrBuilderpublic PdfiumAnnotationSubTypesPOrBuilder getSubtypeOrBuilder()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;getSubtypeOrBuilder in interface PdfiumPdfAnnotationPOrBuilderpublic boolean hasRectangle()
.ironpdfengineproto.Rectangle rectangle = 3;hasRectangle in interface PdfiumPdfAnnotationPOrBuilderpublic Rectangle getRectangle()
.ironpdfengineproto.Rectangle rectangle = 3;getRectangle in interface PdfiumPdfAnnotationPOrBuilderpublic RectangleOrBuilder getRectangleOrBuilder()
.ironpdfengineproto.Rectangle rectangle = 3;getRectangleOrBuilder in interface PdfiumPdfAnnotationPOrBuilderpublic boolean hasContents()
optional string contents = 4;hasContents in interface PdfiumPdfAnnotationPOrBuilderpublic String getContents()
optional string contents = 4;getContents in interface PdfiumPdfAnnotationPOrBuilderpublic com.google.protobuf.ByteString getContentsBytes()
optional string contents = 4;getContentsBytes in interface PdfiumPdfAnnotationPOrBuilderpublic boolean hasName()
optional string name = 5;hasName in interface PdfiumPdfAnnotationPOrBuilderpublic String getName()
optional string name = 5;getName in interface PdfiumPdfAnnotationPOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 5;getNameBytes in interface PdfiumPdfAnnotationPOrBuilderpublic boolean hasColorCode()
optional string color_code = 6;hasColorCode in interface PdfiumPdfAnnotationPOrBuilderpublic String getColorCode()
optional string color_code = 6;getColorCode in interface PdfiumPdfAnnotationPOrBuilderpublic com.google.protobuf.ByteString getColorCodeBytes()
optional string color_code = 6;getColorCodeBytes in interface PdfiumPdfAnnotationPOrBuilderpublic boolean hasHidden()
optional bool Hidden = 7;hasHidden in interface PdfiumPdfAnnotationPOrBuilderpublic boolean getHidden()
optional bool Hidden = 7;getHidden in interface PdfiumPdfAnnotationPOrBuilderpublic 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 PdfiumPdfAnnotationP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumPdfAnnotationP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumPdfAnnotationP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumPdfAnnotationP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumPdfAnnotationP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumPdfAnnotationP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumPdfAnnotationP parseFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumPdfAnnotationP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumPdfAnnotationP parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumPdfAnnotationP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumPdfAnnotationP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PdfiumPdfAnnotationP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PdfiumPdfAnnotationP.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PdfiumPdfAnnotationP.Builder newBuilder()
public static PdfiumPdfAnnotationP.Builder newBuilder(PdfiumPdfAnnotationP prototype)
public PdfiumPdfAnnotationP.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static PdfiumPdfAnnotationP getDefaultInstance()
public static com.google.protobuf.Parser<PdfiumPdfAnnotationP> parser()
public com.google.protobuf.Parser<PdfiumPdfAnnotationP> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PdfiumPdfAnnotationP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2025 Iron Software. All rights reserved.