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, setWarningCallback
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefaultRegularFont, getProgressCallback, getWarningCallback, setDefaultRegularFont, setProgressCallback, setWarningCallback
public final INotesCommentsLayoutingOptions getNotesCommentsLayouting()
Provides options that control how notes and comments is placed in exported document.
getNotesCommentsLayouting
in interface ITiffOptions
public final boolean getShowHiddenSlides()
Specifies whether the generated document should include hidden slides or not.
Default is false
.
getShowHiddenSlides
in interface ITiffOptions
public final void setShowHiddenSlides(boolean value)
Specifies whether the generated document should include hidden slides or not.
Default is false
.
setShowHiddenSlides
in interface ITiffOptions
public 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 ITiffOptions
public 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 ITiffOptions
public final long getDpiX()
Specifies the horizontal resolution in dots per inch.
Read/write long
.
getDpiX
in interface ITiffOptions
public final void setDpiX(long value)
Specifies the horizontal resolution in dots per inch.
Read/write long
.
setDpiX
in interface ITiffOptions
public final long getDpiY()
Specifies the vertical resolution in dots per inch.
Read/write long
.
getDpiY
in interface ITiffOptions
public final void setDpiY(long value)
Specifies the vertical resolution in dots per inch.
Read/write long
.
setDpiY
in interface ITiffOptions
public final int getCompressionType()
Specifies the compression type.
Read/write TiffCompressionTypes
.
getCompressionType
in interface ITiffOptions
public final void setCompressionType(int value)
Specifies the compression type.
Read/write TiffCompressionTypes
.
setCompressionType
in interface ITiffOptions
public final int getPixelFormat()
Specifies the pixel format for the generated images.
Read/write ImagePixelFormat
.
getPixelFormat
in interface ITiffOptions
public final void setPixelFormat(int value)
Specifies the pixel format for the generated images.
Read/write ImagePixelFormat
.
setPixelFormat
in interface ITiffOptions