Provides options that control how a presentation is saved in TIFF format.
TiffOptions
Name
Description
TiffOptions()
Default function.
Returns:
TiffOptions
getBwConversionMode
Name
Description
getBwConversionMode ()
Specifies the algorithm for converting a color image into a black and white image. This option will applied only if CompressionType( #getCompressionType/ #setCompressionType(int)) is set to TiffCompressionTypes#CCITT4 or TiffCompressionTypes#CCITT3 Read/write BlackWhiteConversionMode. Default is BlackWhiteConversionMode#Default.
Returns:
int
getCompressionType
Name
Description
getCompressionType ()
Specifies the compression type. Read/write TiffCompressionTypes.
Returns:
int
getDpiX
Name
Description
getDpiX ()
Specifies the horizontal resolution in dots per inch. Read/write long.
Returns:
long
getDpiY
Name
Description
getDpiY ()
Specifies the vertical resolution in dots per inch. Read/write long.
Returns:
long
getImageSize
Name
Description
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.
Returns:
Dimension
getInkOptions
Name
Description
getInkOptions ()
Provides options that control the look of Ink objects in exported document. Read-only IInkOptions
Specifies the algorithm for converting a color image into a black and white image. This option will applied only if CompressionType( #getCompressionType/ #setCompressionType(int)) is set to TiffCompressionTypes#CCITT4 or TiffCompressionTypes#CCITT3 Read/write BlackWhiteConversionMode. Default is BlackWhiteConversionMode#Default.
setCompressionType
Name
Description
setCompressionType (int)
Specifies the compression type. Read/write TiffCompressionTypes.
setDpiX
Name
Description
setDpiX (long)
Specifies the horizontal resolution in dots per inch. Read/write long.
setDpiY
Name
Description
setDpiY (long)
Specifies the vertical resolution in dots per inch. Read/write long.
setImageSize
Name
Description
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
Name
Description
setPixelFormat (int)
Specifies the pixel format for the generated images. Read/write ImagePixelFormat.
setShowHiddenSlides
Name
Description
setShowHiddenSlides (boolean)
Specifies whether the generated document should include hidden slides or not. Default is false.