TiffOptions

TiffOptions class

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

TiffOptions

NameDescription
TiffOptions()Default function.

Result: TiffOptions


getCompressionType

NameDescription
getCompressionType ()Specifies the compression type. Read/write TiffCompressionTypes.

Result: int


getDpiX

NameDescription
getDpiX ()Specifies the horizontal resolution in dots per inch. Read/write long.

Result: long


getDpiY

NameDescription
getDpiY ()Specifies the vertical resolution in dots per inch. Read/write long.

Result: long


getImageSize

NameDescription
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 java.awt.Dimension.

Result: Dimension


getNotesCommentsLayouting

NameDescription
getNotesCommentsLayouting ()Provides options that control how notes and comments is placed in exported document.

Result: NotesCommentsLayoutingOptions


getPixelFormat

NameDescription
getPixelFormat ()Specifies the pixel format for the generated images. Read/write ImagePixelFormat.

Result: int


getShowHiddenSlides

NameDescription
getShowHiddenSlides ()Specifies whether the generated document should include hidden slides or not. Default is false.

Result: boolean


setCompressionType

NameDescription
setCompressionType (int)Specifies the compression type. Read/write TiffCompressionTypes.

setDpiX

NameDescription
setDpiX (long)Specifies the horizontal resolution in dots per inch. Read/write long.

setDpiY

NameDescription
setDpiY (long)Specifies the vertical resolution in dots per inch. Read/write long.

setImageSize

NameDescription
setImageSize (Dimension)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 java.awt.Dimension.

setPixelFormat

NameDescription
setPixelFormat (int)Specifies the pixel format for the generated images. Read/write ImagePixelFormat.

setShowHiddenSlides

NameDescription
setShowHiddenSlides (boolean)Specifies whether the generated document should include hidden slides or not. Default is false.