com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IPptxOptions

  • All Superinterfaces:
    ISaveOptions
    All Known Implementing Classes:
    PptxOptions


    public interface IPptxOptions
    extends ISaveOptions

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

    • Method Detail

      • getConformance

        int getConformance()

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

      • setConformance

        void setConformance(int value)

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