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, setWarningCallback
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefaultRegularFont, getProgressCallback, getWarningCallback, setDefaultRegularFont, setProgressCallback, setWarningCallback
public 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 IPptxOptions
public 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