PptxOptions
PptxOptions class
Represents options for saving OpenXml presentations (PPTX, PPSX, POTX, PPTM, PPSM, POTM).
PptxOptions
| Name | Description |
|---|---|
| PptxOptions() | Creates new instance of PptxOptions |
Result: PptxOptions
getConformance
| Name | Description |
|---|---|
| getConformance () | Specifies the conformance class to which the Presentation document conforms. Default value is Conformance#Ecma376_2006 |
Result: int
setConformance
| Name | Description |
|---|---|
| setConformance (int) | Specifies the conformance class to which the Presentation document conforms. Default value is Conformance#Ecma376_2006 |