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


getRefreshThumbnail

NameDescription
getRefreshThumbnail ()Specifies whether the presentation thumbnail will be refreshed. Read/write boolean. Default value is true. When the option value is true, the new thumbnail will be generated. When the option value is false, the current thumbnail will be saved as is.

Returns: boolean


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


setRefreshThumbnail

NameDescription
setRefreshThumbnail (boolean)Specifies whether the presentation thumbnail will be refreshed. Read/write boolean. Default value is true. When the option value is true, the new thumbnail will be generated. When the option value is false, the current thumbnail will be saved as is.

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