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, setWarningCallback
int getConformance()
Specifies the conformance class to which the Presentation document conforms.
Default value is F:Aspose.Slides.Export.Conformance.Ecma376_2006
void setConformance(int value)
Specifies the conformance class to which the Presentation document conforms.
Default value is F:Aspose.Slides.Export.Conformance.Ecma376_2006