TiffOptions

TiffOptions class

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

TiffOptions

NameDescription
TiffOptions()Default constructor.

Result: TiffOptions


getCompressionType

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

Result: int


getDefaultRegularFont

NameDescription
getDefaultRegularFont()Returns or sets font used in case source font is not found. Read-write String.

Result: String


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


getProgressCallback

NameDescription
getProgressCallback()Represents a callback object for saving progress updates in percentage. See IProgressCallback.

Result: IProgressCallback


getShowHiddenSlides

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

Result: boolean


getWarningCallback

NameDescription
getWarningCallback()Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.

Result: IWarningCallback


setCompressionType

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

setDefaultRegularFont

NameDescription
setDefaultRegularFont(String)Returns or sets font used in case source font is not found. Read-write String.

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.

setProgressCallback

NameDescription
setProgressCallback(IProgressCallback)Represents a callback object for saving progress updates in percentage. See IProgressCallback.

setShowHiddenSlides

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

setWarningCallback

NameDescription
setWarningCallback(IWarningCallback)Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.