public final class PptxOptions extends SaveOptions implements IPptxOptions, java.lang.Cloneable
Represents options for saving OpenXml presentations (PPTX, PPSX, POTX, PPTM, PPSM, POTM).
| Constructor and Description |
|---|
PptxOptions()
Creates new instance of PptxOptions
|
| 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, setWarningCallbackequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultRegularFont, getProgressCallback, getWarningCallback, setDefaultRegularFont, setProgressCallback, setWarningCallbackpublic final int getConformance()
Specifies the conformance class to which the Presentation document conforms.
Default value is F:Aspose.Slides.Export.Conformance.Ecma376_2006
getConformance in interface IPptxOptionspublic final void setConformance(int value)
Specifies the conformance class to which the Presentation document conforms.
Default value is F:Aspose.Slides.Export.Conformance.Ecma376_2006
setConformance in interface IPptxOptions