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
getCompressionLevel
| Name | Description |
|---|
| getCompressionLevel() | Specifies the compression level used when saving the presentation document. The default value is CompressionLevel#Level6. Higher compression levels produce smaller files but require more processing time. The actual compression ratio depends on the content of the presentation. |
Returns:
int
| 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
setCompressionLevel
| Name | Description |
|---|
| setCompressionLevel(int) | Specifies the compression level used when saving the presentation document. The default value is CompressionLevel#Level6. Higher compression levels produce smaller files but require more processing time. The actual compression ratio depends on the content of the presentation. |
| Name | Description |
|---|
| setConformance(int) | Specifies the conformance class to which the Presentation document conforms. Default value is Conformance#Ecma376_2006 |
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. |
setZip64Mode
| Name | Description |
|---|
| setZip64Mode(int) | Specifies whether the ZIP64 format is used for the Presentation document. The default value is Zip64Mode#IfNecessary |