Interface PdfiumIFormFieldAnnotationObjectPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumIFormFieldAnnotationObjectP,PdfiumIFormFieldAnnotationObjectP.Builder
public interface PdfiumIFormFieldAnnotationObjectPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetHeight()double height = 5;intgetPageIndex()int32 page_index = 1;doublegetWidth()double width = 4;doublegetX()double x = 2;doublegetY()double y = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPageIndex
int getPageIndex()
int32 page_index = 1;- Returns:
- The pageIndex.
-
getX
double getX()
double x = 2;- Returns:
- The x.
-
getY
double getY()
double y = 3;- Returns:
- The y.
-
getWidth
double getWidth()
double width = 4;- Returns:
- The width.
-
getHeight
double getHeight()
double height = 5;- Returns:
- The height.
-
-