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.
|
getWarningCallback, setWarningCallback
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWarningCallback, 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
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.