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
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
setZip64Mode
| Name | Description |
|---|---|
| setZip64Mode (int) | Specifies whether the ZIP64 format is used for the Presentation document. The default value is Zip64Mode#IfNecessary |
Returns: void