Interface PageOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- Page,- Page.Builder
public interface PageOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptiondoubledouble height = 2;.IronPdfEngine.Proto.PageRotation page_rotation = 5;.IronPdfEngine.Proto.PageRotation page_rotation = 5;doubledouble print_height = 4;doubledouble print_width = 3;doublegetWidth()double width = 1;boolean.IronPdfEngine.Proto.PageRotation page_rotation = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getWidthdouble getWidth()double width = 1;- Returns:
- The width.
 
- 
getHeightdouble getHeight()double height = 2;- Returns:
- The height.
 
- 
getPrintWidthdouble getPrintWidth()double print_width = 3;- Returns:
- The printWidth.
 
- 
getPrintHeightdouble getPrintHeight()double print_height = 4;- Returns:
- The printHeight.
 
- 
hasPageRotationboolean hasPageRotation().IronPdfEngine.Proto.PageRotation page_rotation = 5;- Returns:
- Whether the pageRotation field is set.
 
- 
getPageRotationPageRotation getPageRotation().IronPdfEngine.Proto.PageRotation page_rotation = 5;- Returns:
- The pageRotation.
 
- 
getPageRotationOrBuilderPageRotationOrBuilder getPageRotationOrBuilder().IronPdfEngine.Proto.PageRotation page_rotation = 5;
 
-