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 SummaryAll 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.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getPageIndexint getPageIndex() int32 page_index = 1;- Returns:
- The pageIndex.
 
 - 
getXdouble getX() double x = 2;- Returns:
- The x.
 
 - 
getYdouble getY() double y = 3;- Returns:
- The y.
 
 - 
getWidthdouble getWidth() double width = 4;- Returns:
- The width.
 
 - 
getHeightdouble getHeight() double height = 5;- Returns:
- The height.
 
 
- 
 
-