IPptxOptions
All Implemented Interfaces: com.aspose.slides.ISaveOptions
public interface IPptxOptions extends ISaveOptions
Represents options for saving OpenXml presentations (PPTX, PPSX, POTX, PPTM, PPSM, POTM).
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. |
getConformance()
public abstract int getConformance()
Specifies the conformance class to which the Presentation document conforms. Default value is Conformance.Ecma376_2006
Returns: int
setConformance(int value)
public abstract 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 |