PptxOptions
PptxOptions class
Represents options for saving OpenXml presentations (PPTX, PPSX, POTX, PPTM, PPSM, POTM).
PptxOptions
Name | Description |
---|---|
PptxOptions() | Creates new instance of PptxOptions |
Returns: PptxOptions
getConformance
Name | Description |
---|---|
getConformance () | Specifies the conformance class to which the Presentation document conforms. Default value is Conformance#Ecma376_2006 |
Returns: int
getRefreshThumbnail
Name | Description |
---|---|
getRefreshThumbnail () | Specifies whether the presentation thumbnail will be refreshed. Read/write boolean. Default value is true. When the option value is true, the new thumbnail will be generated. When the option value is false, the current thumbnail will be saved as is. |
Returns: boolean
getZip64Mode
Name | Description |
---|---|
getZip64Mode () | Specifies whether the ZIP64 format is used for the Presentation document. The default value is Zip64Mode#IfNecessary |
Returns: int
setConformance
Name | Description |
---|---|
setConformance (int) | Specifies the conformance class to which the Presentation document conforms. Default value is Conformance#Ecma376_2006 |
Returns: void
setRefreshThumbnail
Name | Description |
---|---|
setRefreshThumbnail (boolean) | Specifies whether the presentation thumbnail will be refreshed. Read/write boolean. Default value is true. When the option value is true, the new thumbnail will be generated. When the option value is false, the current thumbnail will be saved as is. |
Returns: void
setZip64Mode
Name | Description |
---|---|
setZip64Mode (int) | Specifies whether the ZIP64 format is used for the Presentation document. The default value is Zip64Mode#IfNecessary |
Returns: void