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 double
getHeight()
double height = 2;
int
getPageIndex()
int32 page_index = 6;
PdfiumPageRotationP
getPageRotation()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
PdfiumPageRotationPOrBuilder
getPageRotationOrBuilder()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
double
getPrintHeight()
double print_height = 4;
double
getPrintWidth()
double print_width = 3;
double
getWidth()
double width = 1;
boolean
hasPageRotation()
.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.
-
-