TiffOptions
TiffOptions class
Provides options that control how a presentation is saved in TIFF format.
TiffOptions
| Name | Description |
|---|
| TiffOptions() | Default constructor. |
Result:
TiffOptions
getCompressionType
| Name | Description |
|---|
| getCompressionType() | Specifies the compression type. Read/write TiffCompressionTypes. |
Result:
int
getDefaultRegularFont
| Name | Description |
|---|
| getDefaultRegularFont() | Returns or sets font used in case source font is not found. Read-write String. |
Result:
String
getDpiX
| Name | Description |
|---|
| getDpiX() | Specifies the horizontal resolution in dots per inch. Read/write long. |
Result:
long
getDpiY
| Name | Description |
|---|
| getDpiY() | Specifies the vertical resolution in dots per inch. Read/write long. |
Result:
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. |
Result:
Dimension
| Name | Description |
|---|
| getNotesCommentsLayouting() | Provides options that control how notes and comments is placed in exported document. |
Result:
NotesCommentsLayoutingOptions
| Name | Description |
|---|
| getPixelFormat() | Specifies the pixel format for the generated images. Read/write ImagePixelFormat. |
Result:
int
getProgressCallback
| Name | Description |
|---|
| getProgressCallback() | Represents a callback object for saving progress updates in percentage. See IProgressCallback. |
Result:
IProgressCallback
getShowHiddenSlides
| Name | Description |
|---|
| getShowHiddenSlides() | Specifies whether the generated document should include hidden slides or not. Default is false. |
Result:
boolean
getWarningCallback
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| setCompressionType(int) | Specifies the compression type. Read/write TiffCompressionTypes. |
setDefaultRegularFont
| Name | Description |
|---|
| setDefaultRegularFont(String) | Returns or sets font used in case source font is not found. Read-write String. |
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. |
| Name | Description |
|---|
| setPixelFormat(int) | Specifies the pixel format for the generated images. Read/write ImagePixelFormat. |
setProgressCallback
| Name | Description |
|---|
| setProgressCallback(IProgressCallback) | Represents a callback object for saving progress updates in percentage. See IProgressCallback. |
setShowHiddenSlides
| Name | Description |
|---|
| setShowHiddenSlides(boolean) | Specifies whether the generated document should include hidden slides or not. Default is false. |
setWarningCallback
| Name | Description |
|---|
| setWarningCallback(IWarningCallback) | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback. |