|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SaveOptions
com.aspose.slides.TiffOptions
public class TiffOptions
Provides options that control how a presentation is saved in TIFF format.
Constructor Summary | |
---|---|
TiffOptions()
Default constructor. |
Method Summary | |
---|---|
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()
|
void |
setCompressionType(int value)
|
void |
setDpiX(long value)
|
void |
setDpiY(long value)
|
void |
setImageSize(java.awt.Dimension value)
|
Methods inherited from class com.aspose.slides.SaveOptions |
---|
getWarningCallback, setWarningCallback |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.ISaveOptions |
---|
getWarningCallback, setWarningCallback |
Constructor Detail |
---|
public TiffOptions()
Default constructor.
Method Detail |
---|
public java.awt.Dimension getImageSize()
getImageSize
in interface ITiffOptions
public void setImageSize(java.awt.Dimension value)
setImageSize
in interface ITiffOptions
public long getDpiX()
Specifies the horizontal resolution in dots per inch.
getDpiX
in interface ITiffOptions
public void setDpiX(long value)
setDpiX
in interface ITiffOptions
public long getDpiY()
Specifies the vertical resolution in dots per inch.
getDpiY
in interface ITiffOptions
public void setDpiY(long value)
setDpiY
in interface ITiffOptions
public int getCompressionType()
specifies the compression type.
getCompressionType
in interface ITiffOptions
public void setCompressionType(int value)
setCompressionType
in interface ITiffOptions
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |