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 Summary

    Modifier and Type
    Method
    Description
    double
    double height = 2;
    .IronPdfEngine.Proto.PageRotation page_rotation = 5;
    .IronPdfEngine.Proto.PageRotation page_rotation = 5;
    double
    double print_height = 4;
    double
    double print_width = 3;
    double
    double width = 1;
    boolean
    .IronPdfEngine.Proto.PageRotation page_rotation = 5;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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()
      .IronPdfEngine.Proto.PageRotation page_rotation = 5;
      Returns:
      Whether the pageRotation field is set.
    • getPageRotation

      PageRotation getPageRotation()
      .IronPdfEngine.Proto.PageRotation page_rotation = 5;
      Returns:
      The pageRotation.
    • getPageRotationOrBuilder

      PageRotationOrBuilder getPageRotationOrBuilder()
      .IronPdfEngine.Proto.PageRotation page_rotation = 5;