com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class PptxOptions

  • All Implemented Interfaces:
    IPptxOptions, ISaveOptions, java.lang.Cloneable


    public final class PptxOptions
    extends SaveOptions
    implements IPptxOptions, java.lang.Cloneable

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

    • Constructor Detail

      • PptxOptions

        public PptxOptions()

        Creates new instance of PptxOptions

    • Method Detail

      • getConformance

        public final int getConformance()

        Specifies the conformance class to which the Presentation document conforms. Default value is F:Aspose.Slides.Export.Conformance.Ecma376_2006

        Specified by:
        getConformance in interface IPptxOptions
      • setConformance

        public final void setConformance(int value)

        Specifies the conformance class to which the Presentation document conforms. Default value is F:Aspose.Slides.Export.Conformance.Ecma376_2006

        Specified by:
        setConformance in interface IPptxOptions