Interface PdfiumCharObjectPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumCharObjectP,- PdfiumCharObjectP.Builder
 
 public interface PdfiumCharObjectPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAngle()double angle = 10;doublegetBottom()double bottom = 4;StringgetContents()string contents = 9;com.google.protobuf.ByteStringgetContentsBytes()string contents = 9;doublegetLeft()double left = 1;doublegetLoosebottom()double loosebottom = 8;doublegetLooseleft()double looseleft = 5;doublegetLooseright()double looseright = 6;doublegetLoosetop()double loosetop = 7;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.
 
 - 
getLooseleftdouble getLooseleft() double looseleft = 5;- Returns:
- The looseleft.
 
 - 
getLooserightdouble getLooseright() double looseright = 6;- Returns:
- The looseright.
 
 - 
getLoosetopdouble getLoosetop() double loosetop = 7;- Returns:
- The loosetop.
 
 - 
getLoosebottomdouble getLoosebottom() double loosebottom = 8;- Returns:
- The loosebottom.
 
 - 
getContentsString getContents() string contents = 9;- Returns:
- The contents.
 
 - 
getContentsBytescom.google.protobuf.ByteString getContentsBytes() string contents = 9;- Returns:
- The bytes for contents.
 
 - 
getAngledouble getAngle() double angle = 10;- Returns:
- The angle.
 
 
- 
 
-