PptxOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.slides.SaveOptions
All Implemented Interfaces: com.aspose.slides.IPptxOptions, java.lang.Cloneable
public final class PptxOptions extends SaveOptions implements IPptxOptions, Cloneable
Represents options for saving OpenXml presentations (PPTX, PPSX, POTX, PPTM, PPSM, POTM).
Constructors
Constructor | Description |
---|---|
PptxOptions() | Creates new instance of PptxOptions |
Methods
Method | Description |
---|---|
getConformance() | Specifies the conformance class to which the Presentation document conforms. |
setConformance(int value) | Specifies the conformance class to which the Presentation document conforms. |
PptxOptions()
public PptxOptions()
Creates new instance of PptxOptions
getConformance()
public final int getConformance()
Specifies the conformance class to which the Presentation document conforms. Default value is Conformance.Ecma376_2006
Returns: int
setConformance(int value)
public final void setConformance(int value)
Specifies the conformance class to which the Presentation document conforms. Default value is Conformance.Ecma376_2006
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |