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 Summary
All 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.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.
-
getLooseleft
double getLooseleft()
double looseleft = 5;- Returns:
- The looseleft.
-
getLooseright
double getLooseright()
double looseright = 6;- Returns:
- The looseright.
-
getLoosetop
double getLoosetop()
double loosetop = 7;- Returns:
- The loosetop.
-
getLoosebottom
double getLoosebottom()
double loosebottom = 8;- Returns:
- The loosebottom.
-
getContents
String getContents()
string contents = 9;- Returns:
- The contents.
-
getContentsBytes
com.google.protobuf.ByteString getContentsBytes()
string contents = 9;- Returns:
- The bytes for contents.
-
getAngle
double getAngle()
double angle = 10;- Returns:
- The angle.
-
-