com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ITiffOptions

  • All Superinterfaces:
    ISaveOptions
    All Known Implementing Classes:
    TiffOptions


    public interface ITiffOptions
    extends ISaveOptions

    Provides options that control how a presentation is saved in TIFF format.

    • Method Detail

      • getImageSize

        java.awt.Dimension getImageSize()

        Specifies size of a generated TIFF image. Default value is 0x0, what means that generated image sizes will be calculated based on presentation slide size value. Read/write Dimension.

      • setImageSize

        void setImageSize(java.awt.Dimension value)

        Specifies size of a generated TIFF image. Default value is 0x0, what means that generated image sizes will be calculated based on presentation slide size value. Read/write Dimension.

      • getDpiX

        long getDpiX()

        Specifies the horizontal resolution in dots per inch. Read/write long.

      • setDpiX

        void setDpiX(long value)

        Specifies the horizontal resolution in dots per inch. Read/write long.

      • getDpiY

        long getDpiY()

        Specifies the vertical resolution in dots per inch. Read/write long.

      • setDpiY

        void setDpiY(long value)

        Specifies the vertical resolution in dots per inch. Read/write long.

      • 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.

      • getCompressionType

        int getCompressionType()

        Specifies the compression type. Read/write TiffCompressionTypes.

      • setCompressionType

        void setCompressionType(int value)

        Specifies the compression type. Read/write TiffCompressionTypes.

      • getPixelFormat

        int getPixelFormat()

        Specifies the pixel format for the generated images. Read/write ImagePixelFormat.

      • setPixelFormat

        void setPixelFormat(int value)

        Specifies the pixel format for the generated images. Read/write ImagePixelFormat.

      • getNotesCommentsLayouting

        INotesCommentsLayoutingOptions getNotesCommentsLayouting()

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