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 SummaryAll 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;doublegetRight()double right = 2;doublegetTop()double top = 3;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getLeftdouble getLeft() double left = 1;- Returns:
- The left.
 
 - 
getRightdouble getRight() double right = 2;- Returns:
- The right.
 
 - 
getTopdouble getTop() double top = 3;- Returns:
- The top.
 
 - 
getBottomdouble getBottom() double bottom = 4;- Returns:
- The bottom.
 
 - 
getContentsString getContents() string contents = 5;- Returns:
- The contents.
 
 - 
getContentsBytescom.google.protobuf.ByteString getContentsBytes() string contents = 5;- Returns:
- The bytes for contents.
 
 - 
getColorString getColor() string color = 6;- Returns:
- The color.
 
 - 
getColorBytescom.google.protobuf.ByteString getColorBytes() string color = 6;- Returns:
- The bytes for color.
 
 
- 
 
-