Interface PdfiumTextObjectPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumTextObjectP,PdfiumTextObjectP.Builder
public interface PdfiumTextObjectPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetBottom()double bottom = 4;StringgetColor()string color = 6;com.google.protobuf.ByteStringgetColorBytes()string color = 6;StringgetContents()string contents = 5;com.google.protobuf.ByteStringgetContentsBytes()string contents = 5;doublegetLeft()double left = 1;doublegetMatrixA()double MatrixA = 8;doublegetMatrixB()double MatrixB = 9;doublegetMatrixC()double MatrixC = 10;doublegetMatrixD()double MatrixD = 11;doublegetMatrixE()double MatrixE = 12;doublegetMatrixF()double MatrixF = 13;intgetPageIndex()int32 PageIndex = 7;doublegetRight()double right = 2;doublegetTop()double top = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLeft
double getLeft()
double left = 1;- Returns:
- The left.
-
getRight
double getRight()
double right = 2;- Returns:
- The right.
-
getTop
double getTop()
double top = 3;- Returns:
- The top.
-
getBottom
double getBottom()
double bottom = 4;- Returns:
- The bottom.
-
getContents
String getContents()
string contents = 5;- Returns:
- The contents.
-
getContentsBytes
com.google.protobuf.ByteString getContentsBytes()
string contents = 5;- Returns:
- The bytes for contents.
-
getColor
String getColor()
string color = 6;- Returns:
- The color.
-
getColorBytes
com.google.protobuf.ByteString getColorBytes()
string color = 6;- Returns:
- The bytes for color.
-
getPageIndex
int getPageIndex()
int32 PageIndex = 7;- Returns:
- The pageIndex.
-
getMatrixA
double getMatrixA()
double MatrixA = 8;- Returns:
- The matrixA.
-
getMatrixB
double getMatrixB()
double MatrixB = 9;- Returns:
- The matrixB.
-
getMatrixC
double getMatrixC()
double MatrixC = 10;- Returns:
- The matrixC.
-
getMatrixD
double getMatrixD()
double MatrixD = 11;- Returns:
- The matrixD.
-
getMatrixE
double getMatrixE()
double MatrixE = 12;- Returns:
- The matrixE.
-
getMatrixF
double getMatrixF()
double MatrixF = 13;- Returns:
- The matrixF.
-
-