PptxOptions

PptxOptions class

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

PptxOptions

NameDescription
PptxOptions()Creates new instance of PptxOptions

Returns: PptxOptions


getConformance

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

Returns: int


getZip64Mode

NameDescription
getZip64Mode ()Specifies whether the ZIP64 format is used for the Presentation document. The default value is Zip64Mode#IfNecessary

Returns: int


setConformance

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

Returns: void


setZip64Mode

NameDescription
setZip64Mode (int)Specifies whether the ZIP64 format is used for the Presentation document. The default value is Zip64Mode#IfNecessary

Returns: void