|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.CiSuperObject 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 ClearImageJNI.CiSuperObject |
---|
lockObject |
Constructor Summary | |
---|---|
ICiPdf(long oIn)
|
Method Summary | |
---|---|
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 ClearImageJNI.CiSuperObject |
---|
CleanUp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICiPdf(long oIn)
Method Detail |
---|
public int getDpiRasterBw() throws CiException
CiException
public void setDpiRasterBw(int arg) throws CiException
CiException
public int getDpiRasterGs() throws CiException
CiException
public void setDpiRasterGs(int arg) throws CiException
CiException
public int getDpiRasterRgb() throws CiException
CiException
public void setDpiRasterRgb(int arg) throws CiException
CiException
public EPdfReadMode getReadMode() throws CiException
CiException
public void setReadMode(EPdfReadMode arg) throws CiException
CiException
public EPdfRasterColorMode getRasterColorMode() throws CiException
CiException
public void setRasterColorMode(EPdfRasterColorMode arg) throws CiException
CiException
public double getMinImageWidth() throws CiException
CiException
public void setMinImageWidth(double arg) throws CiException
CiException
public double getMinImageHeight() throws CiException
CiException
public void setMinImageHeight(double arg) throws CiException
CiException
public int getUseMinImageColors() throws CiException
CiException
public void setUseMinImageColors(int arg) throws CiException
CiException
public java.lang.String getCreator() throws CiException
CiException
public void setCreator(java.lang.String arg) throws CiException
CiException
public java.lang.String getCreationDate() throws CiException
CiException
public void setCreationDate(java.lang.String arg) throws CiException
CiException
public java.lang.String getAuthor() throws CiException
CiException
public void setAuthor(java.lang.String arg) throws CiException
CiException
public java.lang.String getProducer() throws CiException
CiException
public void setProducer(java.lang.String arg) throws CiException
CiException
public java.lang.String getTitle() throws CiException
CiException
public void setTitle(java.lang.String arg) throws CiException
CiException
public java.lang.String getSubject() throws CiException
CiException
public void setSubject(java.lang.String arg) throws CiException
CiException
public java.lang.String getKeywords() throws CiException
CiException
public void setKeywords(java.lang.String arg) throws CiException
CiException
public java.lang.String getModDate() throws CiException
CiException
public void setModDate(java.lang.String arg) throws CiException
CiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |