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 |
CONTENTS_FIELD_NUMBER |
static int |
HEIGHT_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
SUBTYPE_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) |
String |
getContents()
optional string contents = 7; |
com.google.protobuf.ByteString |
getContentsBytes()
optional string contents = 7; |
static PdfiumPdfAnnotationP |
getDefaultInstance() |
PdfiumPdfAnnotationP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getHeight()
double height = 6; |
String |
getName()
optional string name = 8; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 8; |
com.google.protobuf.Parser<PdfiumPdfAnnotationP> |
getParserForType() |
int |
getSerializedSize() |
PdfiumAnnotationSubTypesP |
getSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2; |
PdfiumAnnotationSubTypesPOrBuilder |
getSubtypeOrBuilder()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2; |
double |
getWidth()
double width = 5; |
double |
getX()
double x = 3; |
double |
getY()
double y = 4; |
boolean |
hasContents()
optional string contents = 7; |
int |
hashCode() |
boolean |
hasName()
optional string name = 8; |
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 X_FIELD_NUMBER
public static final int Y_FIELD_NUMBER
public static final int WIDTH_FIELD_NUMBER
public static final int HEIGHT_FIELD_NUMBER
public static final int CONTENTS_FIELD_NUMBER
public static final int NAME_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 double getX()
double x = 3;getX in interface PdfiumPdfAnnotationPOrBuilderpublic double getY()
double y = 4;getY in interface PdfiumPdfAnnotationPOrBuilderpublic double getWidth()
double width = 5;getWidth in interface PdfiumPdfAnnotationPOrBuilderpublic double getHeight()
double height = 6;getHeight in interface PdfiumPdfAnnotationPOrBuilderpublic boolean hasContents()
optional string contents = 7;hasContents in interface PdfiumPdfAnnotationPOrBuilderpublic String getContents()
optional string contents = 7;getContents in interface PdfiumPdfAnnotationPOrBuilderpublic com.google.protobuf.ByteString getContentsBytes()
optional string contents = 7;getContentsBytes in interface PdfiumPdfAnnotationPOrBuilderpublic boolean hasName()
optional string name = 8;hasName in interface PdfiumPdfAnnotationPOrBuilderpublic String getName()
optional string name = 8;getName in interface PdfiumPdfAnnotationPOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 8;getNameBytes 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–2024 Iron Software. All rights reserved.