Interface PdfiumSetPagesRotationRequestPOrBuilder

    • Method Detail

      • hasDocument

        boolean hasDocument()
        .ironpdfengineproto.PdfDocumentP document = 1;
        Returns:
        Whether the document field is set.
      • getDocument

        PdfDocumentP getDocument()
        .ironpdfengineproto.PdfDocumentP document = 1;
        Returns:
        The document.
      • getDocumentOrBuilder

        PdfDocumentPOrBuilder getDocumentOrBuilder()
        .ironpdfengineproto.PdfDocumentP 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()
        .ironpdfengineproto.PdfiumPageRotationP page_rotation = 3;
        Returns:
        Whether the pageRotation field is set.
      • getPageRotation

        PdfiumPageRotationP getPageRotation()
        .ironpdfengineproto.PdfiumPageRotationP page_rotation = 3;
        Returns:
        The pageRotation.
      • getPageRotationOrBuilder

        PdfiumPageRotationPOrBuilder getPageRotationOrBuilder()
        .ironpdfengineproto.PdfiumPageRotationP page_rotation = 3;