Class OfficeDocumentConverterProperties

java.lang.Object
com.itextpdf.pdfoffice.AbstractOfficeConverterProperties
com.itextpdf.pdfoffice.OfficeDocumentConverterProperties

public class OfficeDocumentConverterProperties extends AbstractOfficeConverterProperties
A class that keeps conversion properties specific for office documents.
  • Constructor Details

  • Method Details

    • getPageRange

      public OfficePageRange getPageRange()
      Gets the range of the document's pages which will be rendered.
      Returns:
      the range of the document's pages which will be rendered
    • setPageRange

      public OfficeDocumentConverterProperties setPageRange (OfficePageRange pageRange)
      Defines the range of the document's pages which will be rendered.
      Parameters:
      pageRange - the range of the document's pages which will be rendered
      Returns:
      this OfficeDocumentConverterProperties instance