public class TiffOptions extends SaveOptions implements ITiffOptions
Provides options that control how a presentation is saved in TIFF format.
| Constructor and Description |
|---|
TiffOptions()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCompressionType()
Specifies the compression type.
|
long |
getDpiX()
Specifies the horizontal resolution in dots per inch.
|
long |
getDpiY()
Specifies the vertical resolution in dots per inch.
|
java.awt.Dimension |
getImageSize()
Specifies size of a generated TIFF image.
|
INotesCommentsLayoutingOptions |
getNotesCommentsLayouting()
Provides options that control how notes and comments is placed in exported document.
|
int |
getPixelFormat()
Specifies the pixel format for the generated images.
|
boolean |
getShowHiddenSlides()
Specifies whether the generated document should include hidden slides or not.
|
void |
setCompressionType(int value)
Specifies the compression type.
|
void |
setDpiX(long value)
Specifies the horizontal resolution in dots per inch.
|
void |
setDpiY(long value)
Specifies the vertical resolution in dots per inch.
|
void |
setImageSize(java.awt.Dimension value)
Specifies size of a generated TIFF image.
|
void |
setPixelFormat(int value)
Specifies the pixel format for the generated images.
|
void |
setShowHiddenSlides(boolean value)
Specifies whether the generated document should include hidden slides or not.
|
getDefaultRegularFont, getProgressCallback, getWarningCallback, setDefaultRegularFont, setProgressCallback, setWarningCallbackequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultRegularFont, getProgressCallback, getWarningCallback, setDefaultRegularFont, setProgressCallback, setWarningCallbackpublic final INotesCommentsLayoutingOptions getNotesCommentsLayouting()
Provides options that control how notes and comments is placed in exported document.
getNotesCommentsLayouting in interface ITiffOptionspublic final boolean getShowHiddenSlides()
Specifies whether the generated document should include hidden slides or not. Default is false.
getShowHiddenSlides in interface ITiffOptionspublic final void setShowHiddenSlides(boolean value)
Specifies whether the generated document should include hidden slides or not. Default is false.
setShowHiddenSlides in interface ITiffOptionspublic final java.awt.Dimension 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 Dimension.
getImageSize in interface ITiffOptionspublic final void setImageSize(java.awt.Dimension value)
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 Dimension.
setImageSize in interface ITiffOptionspublic final long getDpiX()
Specifies the horizontal resolution in dots per inch.
Read/write long.
getDpiX in interface ITiffOptionspublic final void setDpiX(long value)
Specifies the horizontal resolution in dots per inch.
Read/write long.
setDpiX in interface ITiffOptionspublic final long getDpiY()
Specifies the vertical resolution in dots per inch.
Read/write long.
getDpiY in interface ITiffOptionspublic final void setDpiY(long value)
Specifies the vertical resolution in dots per inch.
Read/write long.
setDpiY in interface ITiffOptionspublic final int getCompressionType()
Specifies the compression type.
Read/write TiffCompressionTypes.
getCompressionType in interface ITiffOptionspublic final void setCompressionType(int value)
Specifies the compression type.
Read/write TiffCompressionTypes.
setCompressionType in interface ITiffOptionspublic final int getPixelFormat()
Specifies the pixel format for the generated images.
Read/write ImagePixelFormat.
getPixelFormat in interface ITiffOptionspublic final void setPixelFormat(int value)
Specifies the pixel format for the generated images.
Read/write ImagePixelFormat.
setPixelFormat in interface ITiffOptionsCopyright © 2004-2022 Aspose Pty Ltd. All Rights Reserved.