com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IHtmlOptions

    • Method Detail

      • getShowHiddenSlides

        boolean getShowHiddenSlides()

        Specifies whether the generated document should include hidden slides or not. Default is false.

      • setShowHiddenSlides

        void setShowHiddenSlides(boolean value)

        Specifies whether the generated document should include hidden slides or not. Default is false.

      • getJpegQuality

        byte getJpegQuality()

        Returns or sets a value determining the quality of the JPEG images inside PDF document. Read/write byte.


        <p>Has effect only when a document contains JPEG images.</p> <p>Use this property to get or set the quality of the images inside a document when saving in PDF format. The value may vary from 0 to 100 where 0 means worst quality but maximum compression and 100 means best quality but minimum compression.</p> <p>The default value is <b>95</b>.</p>
      • setJpegQuality

        void setJpegQuality(byte value)

        Returns or sets a value determining the quality of the JPEG images inside PDF document. Read/write byte.


        <p>Has effect only when a document contains JPEG images.</p> <p>Use this property to get or set the quality of the images inside a document when saving in PDF format. The value may vary from 0 to 100 where 0 means worst quality but maximum compression and 100 means best quality but minimum compression.</p> <p>The default value is <b>95</b>.</p>
      • getDeletePicturesCroppedAreas

        boolean getDeletePicturesCroppedAreas()

        A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped parts will removed, if false they will be serialized in the document (which can possible lead to a larger file) Read/write boolean.

      • setDeletePicturesCroppedAreas

        void setDeletePicturesCroppedAreas(boolean value)

        A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped parts will removed, if false they will be serialized in the document (which can possible lead to a larger file) Read/write boolean.

      • getSvgResponsiveLayout

        boolean getSvgResponsiveLayout()

        True to exclude width and height attributes from SVG container - that will make layout responsive. False - otherwise. Read/write boolean.

      • setSvgResponsiveLayout

        void setSvgResponsiveLayout(boolean value)

        True to exclude width and height attributes from SVG container - that will make layout responsive. False - otherwise. Read/write boolean.

      • getNotesCommentsLayouting

        INotesCommentsLayoutingOptions getNotesCommentsLayouting()

        Provides options that control how notes and comments is placed in exported document.