|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComObject
ClearImageJNI.ICiPdf
public class ICiPdf
ICiPdf Interface.
This class corresponds to a COM interface. Objects of this class are not created directly, but are obtained by calling methods of other COM objects.
Field Summary |
---|
Fields inherited from class ezjcom.JComObject |
---|
__JComWarnMTA |
Method Summary | |
---|---|
static ICiPdf |
_ezjcomCoerceObject(JComObject obj)
Use this method only for creating a COM interface of type ICiPdf from another existing COM interface, when you know that it is possible. |
java.lang.String |
getAuthor()
property Author. |
java.lang.String |
getCreationDate()
property CreationDate. |
java.lang.String |
getCreator()
property Creator. |
int |
getDpiRasterBw()
DPI used to rasterize as BW. |
int |
getDpiRasterGs()
DPI used to rasterize as GS. |
int |
getDpiRasterRgb()
DPI used to rasterize as Color. |
java.lang.String |
getKeywords()
property Keywords. |
double |
getMinImageHeight()
Minimum height of embeded images. |
double |
getMinImageWidth()
Minimum width of embeded images. |
java.lang.String |
getModDate()
property ModDate. |
java.lang.String |
getProducer()
property Producer. |
EPdfRasterColorMode |
getRasterColorMode()
Rasterize as BW, GS or Color. |
EPdfReadMode |
getReadMode()
Open embeded images or rasterized pages. |
java.lang.String |
getSubject()
property Subject. |
java.lang.String |
getTitle()
property Title. |
int |
getUseMinImageColors()
Minimize color of embeded images. |
void |
setAuthor(java.lang.String arg)
property Author. |
void |
setCreationDate(java.lang.String arg)
property CreationDate. |
void |
setCreator(java.lang.String arg)
property Creator. |
void |
setDpiRasterBw(int arg)
DPI used to rasterize as BW. |
void |
setDpiRasterGs(int arg)
DPI used to rasterize as GS. |
void |
setDpiRasterRgb(int arg)
DPI used to rasterize as Color. |
void |
setKeywords(java.lang.String arg)
property Keywords. |
void |
setMinImageHeight(double arg)
Minimum height of embeded images. |
void |
setMinImageWidth(double arg)
Minimum width of embeded images. |
void |
setModDate(java.lang.String arg)
property ModDate. |
void |
setProducer(java.lang.String arg)
property Producer. |
void |
setRasterColorMode(EPdfRasterColorMode arg)
Rasterize as BW, GS or Color. |
void |
setReadMode(EPdfReadMode arg)
Open embeded images or rasterized pages. |
void |
setSubject(java.lang.String arg)
property Subject. |
void |
setTitle(java.lang.String arg)
property Title. |
void |
setUseMinImageColors(int arg)
Minimize color of embeded images. |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getDpiRasterBw() throws JComException
JComException
public void setDpiRasterBw(int arg) throws JComException
JComException
public int getDpiRasterGs() throws JComException
JComException
public void setDpiRasterGs(int arg) throws JComException
JComException
public int getDpiRasterRgb() throws JComException
JComException
public void setDpiRasterRgb(int arg) throws JComException
JComException
public EPdfReadMode getReadMode() throws JComException
JComException
public void setReadMode(EPdfReadMode arg) throws JComException
JComException
public EPdfRasterColorMode getRasterColorMode() throws JComException
JComException
public void setRasterColorMode(EPdfRasterColorMode arg) throws JComException
JComException
public double getMinImageWidth() throws JComException
JComException
public void setMinImageWidth(double arg) throws JComException
JComException
public double getMinImageHeight() throws JComException
JComException
public void setMinImageHeight(double arg) throws JComException
JComException
public int getUseMinImageColors() throws JComException
JComException
public void setUseMinImageColors(int arg) throws JComException
JComException
public java.lang.String getCreator() throws JComException
JComException
public void setCreator(java.lang.String arg) throws JComException
JComException
public java.lang.String getCreationDate() throws JComException
JComException
public void setCreationDate(java.lang.String arg) throws JComException
JComException
public java.lang.String getAuthor() throws JComException
JComException
public void setAuthor(java.lang.String arg) throws JComException
JComException
public java.lang.String getProducer() throws JComException
JComException
public void setProducer(java.lang.String arg) throws JComException
JComException
public java.lang.String getTitle() throws JComException
JComException
public void setTitle(java.lang.String arg) throws JComException
JComException
public java.lang.String getSubject() throws JComException
JComException
public void setSubject(java.lang.String arg) throws JComException
JComException
public java.lang.String getKeywords() throws JComException
JComException
public void setKeywords(java.lang.String arg) throws JComException
JComException
public java.lang.String getModDate() throws JComException
JComException
public void setModDate(java.lang.String arg) throws JComException
JComException
public static ICiPdf _ezjcomCoerceObject(JComObject obj) throws JComException
JComException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |