PptxOptions

PptxOptions class

Represents options for saving OpenXml presentations (PPTX, PPSX, POTX, PPTM, PPSM, POTM).

PptxOptions

NameDescription
PptxOptions()Creates new instance of PptxOptions

Result: PptxOptions


getConformance

NameDescription
getConformance ()Specifies the conformance class to which the Presentation document conforms. Default value is Conformance#Ecma376_2006

Result: int


setConformance

NameDescription
setConformance (int)Specifies the conformance class to which the Presentation document conforms. Default value is Conformance#Ecma376_2006