Package com.itextpdf.pdfoffice
Class OfficeDocumentConverterProperties
java.lang.Object
com.itextpdf.pdfoffice.AbstractOfficeConverterProperties
com.itextpdf.pdfoffice.OfficeDocumentConverterProperties
A class that keeps conversion properties specific for office documents.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the range of the document's pages which will be rendered.setPageRange
(OfficePageRange pageRange) Defines the range of the document's pages which will be rendered.Methods inherited from class com.itextpdf.pdfoffice.AbstractOfficeConverterProperties
getThreadWaitingTimeLimit, setEventMetaInfo, setThreadWaitingTimeLimit
-
Constructor Details
-
OfficeDocumentConverterProperties
public OfficeDocumentConverterProperties()CreatesOfficeDocumentConverterProperties
instance.
-
-
Method Details
-
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
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
-