public final class PdfiumTextObjectP extends com.google.protobuf.GeneratedMessageV3 implements PdfiumTextObjectPOrBuilder
ironpdfengineproto.PdfiumTextObjectP| Modifier and Type | Class and Description |
|---|---|
static class |
PdfiumTextObjectP.Builder
Protobuf type
ironpdfengineproto.PdfiumTextObjectP |
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 |
BOTTOM_FIELD_NUMBER |
static int |
COLOR_FIELD_NUMBER |
static int |
CONTENTS_FIELD_NUMBER |
static int |
LEFT_FIELD_NUMBER |
static int |
MATRIXA_FIELD_NUMBER |
static int |
MATRIXB_FIELD_NUMBER |
static int |
MATRIXC_FIELD_NUMBER |
static int |
MATRIXD_FIELD_NUMBER |
static int |
MATRIXE_FIELD_NUMBER |
static int |
MATRIXF_FIELD_NUMBER |
static int |
PAGEINDEX_FIELD_NUMBER |
static int |
RIGHT_FIELD_NUMBER |
static int |
TOP_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getBottom()
double bottom = 4; |
String |
getColor()
string color = 6; |
com.google.protobuf.ByteString |
getColorBytes()
string color = 6; |
String |
getContents()
string contents = 5; |
com.google.protobuf.ByteString |
getContentsBytes()
string contents = 5; |
static PdfiumTextObjectP |
getDefaultInstance() |
PdfiumTextObjectP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getLeft()
double left = 1; |
double |
getMatrixA()
double MatrixA = 8; |
double |
getMatrixB()
double MatrixB = 9; |
double |
getMatrixC()
double MatrixC = 10; |
double |
getMatrixD()
double MatrixD = 11; |
double |
getMatrixE()
double MatrixE = 12; |
double |
getMatrixF()
double MatrixF = 13; |
int |
getPageIndex()
int32 PageIndex = 7; |
com.google.protobuf.Parser<PdfiumTextObjectP> |
getParserForType() |
double |
getRight()
double right = 2; |
int |
getSerializedSize() |
double |
getTop()
double top = 3; |
int |
hashCode() |
boolean |
isInitialized() |
static PdfiumTextObjectP.Builder |
newBuilder() |
static PdfiumTextObjectP.Builder |
newBuilder(PdfiumTextObjectP prototype) |
PdfiumTextObjectP.Builder |
newBuilderForType() |
static PdfiumTextObjectP |
parseDelimitedFrom(InputStream input) |
static PdfiumTextObjectP |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumTextObjectP |
parseFrom(byte[] data) |
static PdfiumTextObjectP |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumTextObjectP |
parseFrom(ByteBuffer data) |
static PdfiumTextObjectP |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumTextObjectP |
parseFrom(com.google.protobuf.ByteString data) |
static PdfiumTextObjectP |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumTextObjectP |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PdfiumTextObjectP |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumTextObjectP |
parseFrom(InputStream input) |
static PdfiumTextObjectP |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PdfiumTextObjectP> |
parser() |
PdfiumTextObjectP.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 LEFT_FIELD_NUMBER
public static final int RIGHT_FIELD_NUMBER
public static final int TOP_FIELD_NUMBER
public static final int BOTTOM_FIELD_NUMBER
public static final int CONTENTS_FIELD_NUMBER
public static final int COLOR_FIELD_NUMBER
public static final int PAGEINDEX_FIELD_NUMBER
public static final int MATRIXA_FIELD_NUMBER
public static final int MATRIXB_FIELD_NUMBER
public static final int MATRIXC_FIELD_NUMBER
public static final int MATRIXD_FIELD_NUMBER
public static final int MATRIXE_FIELD_NUMBER
public static final int MATRIXF_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public double getLeft()
double left = 1;getLeft in interface PdfiumTextObjectPOrBuilderpublic double getRight()
double right = 2;getRight in interface PdfiumTextObjectPOrBuilderpublic double getTop()
double top = 3;getTop in interface PdfiumTextObjectPOrBuilderpublic double getBottom()
double bottom = 4;getBottom in interface PdfiumTextObjectPOrBuilderpublic String getContents()
string contents = 5;getContents in interface PdfiumTextObjectPOrBuilderpublic com.google.protobuf.ByteString getContentsBytes()
string contents = 5;getContentsBytes in interface PdfiumTextObjectPOrBuilderpublic String getColor()
string color = 6;getColor in interface PdfiumTextObjectPOrBuilderpublic com.google.protobuf.ByteString getColorBytes()
string color = 6;getColorBytes in interface PdfiumTextObjectPOrBuilderpublic int getPageIndex()
int32 PageIndex = 7;getPageIndex in interface PdfiumTextObjectPOrBuilderpublic double getMatrixA()
double MatrixA = 8;getMatrixA in interface PdfiumTextObjectPOrBuilderpublic double getMatrixB()
double MatrixB = 9;getMatrixB in interface PdfiumTextObjectPOrBuilderpublic double getMatrixC()
double MatrixC = 10;getMatrixC in interface PdfiumTextObjectPOrBuilderpublic double getMatrixD()
double MatrixD = 11;getMatrixD in interface PdfiumTextObjectPOrBuilderpublic double getMatrixE()
double MatrixE = 12;getMatrixE in interface PdfiumTextObjectPOrBuilderpublic double getMatrixF()
double MatrixF = 13;getMatrixF in interface PdfiumTextObjectPOrBuilderpublic 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 PdfiumTextObjectP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumTextObjectP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumTextObjectP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumTextObjectP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumTextObjectP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumTextObjectP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumTextObjectP parseFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumTextObjectP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumTextObjectP parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumTextObjectP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumTextObjectP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PdfiumTextObjectP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PdfiumTextObjectP.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PdfiumTextObjectP.Builder newBuilder()
public static PdfiumTextObjectP.Builder newBuilder(PdfiumTextObjectP prototype)
public PdfiumTextObjectP.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static PdfiumTextObjectP getDefaultInstance()
public static com.google.protobuf.Parser<PdfiumTextObjectP> parser()
public com.google.protobuf.Parser<PdfiumTextObjectP> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PdfiumTextObjectP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2024 Iron Software. All rights reserved.