Interface PdfiumPagePOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumPageP,PdfiumPageP.Builder
public interface PdfiumPagePOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetHeight()double height = 2;intgetPageIndex()int32 page_index = 6;PdfiumPageRotationPgetPageRotation().ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;PdfiumPageRotationPOrBuildergetPageRotationOrBuilder().ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;doublegetPrintHeight()double print_height = 4;doublegetPrintWidth()double print_width = 3;doublegetWidth()double width = 1;booleanhasPageRotation().ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWidth
double getWidth()
double width = 1;- Returns:
- The width.
-
getHeight
double getHeight()
double height = 2;- Returns:
- The height.
-
getPrintWidth
double getPrintWidth()
double print_width = 3;- Returns:
- The printWidth.
-
getPrintHeight
double getPrintHeight()
double print_height = 4;- Returns:
- The printHeight.
-
hasPageRotation
boolean hasPageRotation()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;- Returns:
- Whether the pageRotation field is set.
-
getPageRotation
PdfiumPageRotationP getPageRotation()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;- Returns:
- The pageRotation.
-
getPageRotationOrBuilder
PdfiumPageRotationPOrBuilder getPageRotationOrBuilder()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
-
getPageIndex
int getPageIndex()
int32 page_index = 6;- Returns:
- The pageIndex.
-
-