|
||||||||
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 |
Constructor Detail |
---|
public TiffOptions()
Default constructor.
Method Detail |
---|
public java.awt.Dimension getImageSize()
public void setImageSize(java.awt.Dimension value)
public long getDpiX()
Specifies the horizontal resolution in dots per inch.
public void setDpiX(long value)
public long getDpiY()
Specifies the vertical resolution in dots per inch.
public void setDpiY(long value)
public int getCompressionType()
specifies the compression type.
public void setCompressionType(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |