Package com.itextpdf.pdfoffice
Class OfficePresentationConverterProperties
java.lang.Object
com.itextpdf.pdfoffice.AbstractOfficeConverterProperties
com.itextpdf.pdfoffice.OfficePresentationConverterProperties
A class that keeps conversion properties specific for office presentations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the range of the presentation's pages which will be rendered.setPageRange
(OfficePageRange pageRange) Defines the range of the presentation's pages which will be rendered.Methods inherited from class com.itextpdf.pdfoffice.AbstractOfficeConverterProperties
getThreadWaitingTimeLimit, setEventMetaInfo, setThreadWaitingTimeLimit
-
Constructor Details
-
OfficePresentationConverterProperties
public OfficePresentationConverterProperties()CreatesOfficePresentationConverterProperties
instance.
-
-
Method Details
-
getPageRange
Gets the range of the presentation's pages which will be rendered.- Returns:
- the range of the presentation's pages which will be rendered
-
setPageRange
Defines the range of the presentation's pages which will be rendered.- Parameters:
-
pageRange
- the range of the presentation's pages which will be rendered - Returns:
-
this
OfficePresentationConverterProperties
instance
-