public interface IPptxOptions extends ISaveOptions
Represents options for saving OpenXml presentations (PPTX, PPSX, POTX, PPTM, PPSM, POTM).
| Modifier and Type | Method and Description |
|---|---|
int |
getConformance()
Specifies the conformance class to which the Presentation document conforms.
|
void |
setConformance(int value)
Specifies the conformance class to which the Presentation document conforms.
|
getDefaultRegularFont, getProgressCallback, getWarningCallback, setDefaultRegularFont, setProgressCallback, setWarningCallbackint getConformance()
Specifies the conformance class to which the Presentation document conforms.
Default value is Conformance.Ecma376_2006
void setConformance(int value)
Specifies the conformance class to which the Presentation document conforms.
Default value is Conformance.Ecma376_2006
Copyright © 2004-2022 Aspose Pty Ltd. All Rights Reserved.