TiffOptions

TiffOptions class

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

TiffOptions

NameDescription
TiffOptions()Default constructor.

Returns: TiffOptions


getBwConversionMode

NameDescription
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

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

Returns: int


getDpiX

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

Returns: long


getDpiY

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

Returns: 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.

Returns: Dimension


getInkOptions

NameDescription
getInkOptions()Provides options that control the look of Ink objects in exported document. Read-only IInkOptions

Returns: InkOptions


getNotesCommentsLayouting

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

Returns: NotesCommentsLayoutingOptions


getPixelFormat

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

Returns: int


getShowHiddenSlides

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

Returns: boolean


getSlidesLayoutOptions

NameDescription
getSlidesLayoutOptions()Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.

Returns: HandoutLayoutingOptions, NotesCommentsLayoutingOptions


setBwConversionMode

NameDescription
setBwConversionMode(int)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

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.

setSlidesLayoutOptions

NameDescription
setSlidesLayoutOptions(HandoutLayoutingOptions)Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.

setSlidesLayoutOptions

NameDescription
setSlidesLayoutOptions(NotesCommentsLayoutingOptions)Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.