public final class PdfiumAddLinkAnnotationRequestP extends com.google.protobuf.GeneratedMessageV3 implements PdfiumAddLinkAnnotationRequestPOrBuilder
ironpdfengineproto.PdfiumAddLinkAnnotationRequestP| Modifier and Type | Class and Description |
|---|---|
static class |
PdfiumAddLinkAnnotationRequestP.Builder
Protobuf type
ironpdfengineproto.PdfiumAddLinkAnnotationRequestP |
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 |
DOCUMENT_FIELD_NUMBER |
static int |
HIDDEN_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PAGE_INDEX_FIELD_NUMBER |
static int |
RECTANGLE_FIELD_NUMBER |
static int |
URL_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; |
static PdfiumAddLinkAnnotationRequestP |
getDefaultInstance() |
PdfiumAddLinkAnnotationRequestP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PdfDocumentP |
getDocument()
.ironpdfengineproto.PdfDocumentP document = 1; |
PdfDocumentPOrBuilder |
getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1; |
boolean |
getHidden()
optional bool Hidden = 7; |
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
int |
getPageIndex()
int32 page_index = 4; |
com.google.protobuf.Parser<PdfiumAddLinkAnnotationRequestP> |
getParserForType() |
Rectangle |
getRectangle()
.ironpdfengineproto.Rectangle rectangle = 5; |
RectangleOrBuilder |
getRectangleOrBuilder()
.ironpdfengineproto.Rectangle rectangle = 5; |
int |
getSerializedSize() |
String |
getUrl()
string url = 3; |
com.google.protobuf.ByteString |
getUrlBytes()
string url = 3; |
boolean |
hasColorCode()
optional string color_code = 6; |
boolean |
hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1; |
int |
hashCode() |
boolean |
hasHidden()
optional bool Hidden = 7; |
boolean |
hasRectangle()
.ironpdfengineproto.Rectangle rectangle = 5; |
boolean |
isInitialized() |
static PdfiumAddLinkAnnotationRequestP.Builder |
newBuilder() |
static PdfiumAddLinkAnnotationRequestP.Builder |
newBuilder(PdfiumAddLinkAnnotationRequestP prototype) |
PdfiumAddLinkAnnotationRequestP.Builder |
newBuilderForType() |
static PdfiumAddLinkAnnotationRequestP |
parseDelimitedFrom(InputStream input) |
static PdfiumAddLinkAnnotationRequestP |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumAddLinkAnnotationRequestP |
parseFrom(byte[] data) |
static PdfiumAddLinkAnnotationRequestP |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumAddLinkAnnotationRequestP |
parseFrom(ByteBuffer data) |
static PdfiumAddLinkAnnotationRequestP |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumAddLinkAnnotationRequestP |
parseFrom(com.google.protobuf.ByteString data) |
static PdfiumAddLinkAnnotationRequestP |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumAddLinkAnnotationRequestP |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PdfiumAddLinkAnnotationRequestP |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumAddLinkAnnotationRequestP |
parseFrom(InputStream input) |
static PdfiumAddLinkAnnotationRequestP |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PdfiumAddLinkAnnotationRequestP> |
parser() |
PdfiumAddLinkAnnotationRequestP.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_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int URL_FIELD_NUMBER
public static final int PAGE_INDEX_FIELD_NUMBER
public static final int RECTANGLE_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 hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;hasDocument in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic PdfDocumentP getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;getDocument in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic PdfDocumentPOrBuilder getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;getDocumentOrBuilder in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic String getName()
string name = 2;getName in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 2;getNameBytes in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic String getUrl()
string url = 3;getUrl in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic com.google.protobuf.ByteString getUrlBytes()
string url = 3;getUrlBytes in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic int getPageIndex()
int32 page_index = 4;getPageIndex in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic boolean hasRectangle()
.ironpdfengineproto.Rectangle rectangle = 5;hasRectangle in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic Rectangle getRectangle()
.ironpdfengineproto.Rectangle rectangle = 5;getRectangle in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic RectangleOrBuilder getRectangleOrBuilder()
.ironpdfengineproto.Rectangle rectangle = 5;getRectangleOrBuilder in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic boolean hasColorCode()
optional string color_code = 6;hasColorCode in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic String getColorCode()
optional string color_code = 6;getColorCode in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic com.google.protobuf.ByteString getColorCodeBytes()
optional string color_code = 6;getColorCodeBytes in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic boolean hasHidden()
optional bool Hidden = 7;hasHidden in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic boolean getHidden()
optional bool Hidden = 7;getHidden in interface PdfiumAddLinkAnnotationRequestPOrBuilderpublic 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 PdfiumAddLinkAnnotationRequestP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumAddLinkAnnotationRequestP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumAddLinkAnnotationRequestP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumAddLinkAnnotationRequestP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumAddLinkAnnotationRequestP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumAddLinkAnnotationRequestP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumAddLinkAnnotationRequestP parseFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumAddLinkAnnotationRequestP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumAddLinkAnnotationRequestP parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumAddLinkAnnotationRequestP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumAddLinkAnnotationRequestP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PdfiumAddLinkAnnotationRequestP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PdfiumAddLinkAnnotationRequestP.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PdfiumAddLinkAnnotationRequestP.Builder newBuilder()
public static PdfiumAddLinkAnnotationRequestP.Builder newBuilder(PdfiumAddLinkAnnotationRequestP prototype)
public PdfiumAddLinkAnnotationRequestP.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static PdfiumAddLinkAnnotationRequestP getDefaultInstance()
public static com.google.protobuf.Parser<PdfiumAddLinkAnnotationRequestP> parser()
public com.google.protobuf.Parser<PdfiumAddLinkAnnotationRequestP> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PdfiumAddLinkAnnotationRequestP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2025 Iron Software. All rights reserved.