com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class TiffOptions

    • Constructor Detail

      • TiffOptions

        public TiffOptions()

        Default constructor.

    • Method Detail

      • getShowHiddenSlides

        public final boolean getShowHiddenSlides()

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

        Specified by:
        getShowHiddenSlides in interface ITiffOptions
      • setShowHiddenSlides

        public final void setShowHiddenSlides(boolean value)

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

        Specified by:
        setShowHiddenSlides in interface ITiffOptions
      • getImageSize

        public final 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.

        Specified by:
        getImageSize in interface ITiffOptions
      • setImageSize

        public final 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.

        Specified by:
        setImageSize in interface ITiffOptions
      • getDpiX

        public final long getDpiX()

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

        Specified by:
        getDpiX in interface ITiffOptions
      • setDpiX

        public final void setDpiX(long value)

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

        Specified by:
        setDpiX in interface ITiffOptions
      • getDpiY

        public final long getDpiY()

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

        Specified by:
        getDpiY in interface ITiffOptions
      • setDpiY

        public final void setDpiY(long value)

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

        Specified by:
        setDpiY in interface ITiffOptions