Interface RotatePagesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RotatePagesRequest, RotatePagesRequest.Builder

public interface RotatePagesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .IronPdfEngine.Proto.PdfDocument document = 1;
    .IronPdfEngine.Proto.PdfDocument document = 1;
    int
    getPageIndexes(int index)
    repeated int32 page_indexes = 2;
    int
    repeated int32 page_indexes = 2;
    repeated int32 page_indexes = 2;
    .IronPdfEngine.Proto.PageRotation page_rotation = 3;
    .IronPdfEngine.Proto.PageRotation page_rotation = 3;
    boolean
    .IronPdfEngine.Proto.PdfDocument document = 1;
    boolean
    .IronPdfEngine.Proto.PageRotation page_rotation = 3;

    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

    • hasDocument

      boolean hasDocument()
      .IronPdfEngine.Proto.PdfDocument document = 1;
      Returns:
      Whether the document field is set.
    • getDocument

      PdfDocument getDocument()
      .IronPdfEngine.Proto.PdfDocument document = 1;
      Returns:
      The document.
    • getDocumentOrBuilder

      PdfDocumentOrBuilder getDocumentOrBuilder()
      .IronPdfEngine.Proto.PdfDocument document = 1;
    • getPageIndexesList

      List<Integer> getPageIndexesList()
      repeated int32 page_indexes = 2;
      Returns:
      A list containing the pageIndexes.
    • getPageIndexesCount

      int getPageIndexesCount()
      repeated int32 page_indexes = 2;
      Returns:
      The count of pageIndexes.
    • getPageIndexes

      int getPageIndexes(int index)
      repeated int32 page_indexes = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The pageIndexes at the given index.
    • hasPageRotation

      boolean hasPageRotation()
      .IronPdfEngine.Proto.PageRotation page_rotation = 3;
      Returns:
      Whether the pageRotation field is set.
    • getPageRotation

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

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