|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.ms.system.eventargs
com.spire.doc.reporting.mergefieldeventargs
com.spire.doc.reporting.mergeimagefieldeventargs
public class mergeimagefieldeventargs
represents data during mergeimagefield event.
method summary | |
---|---|
java.awt.image.bufferedimage |
getimage()
returns the image. |
byte[] |
getimagebytes()
returns image bytes. |
java.lang.string |
getimagefilename()
returns the image file name. |
java.awt.geom.dimension2d |
getpicturesize()
gets the word picture size. |
boolean |
getskip()
gets a value indicating whether this is skip. |
boolean |
getusetext()
gets whether text should be used. |
void |
setimage(java.io.inputstream inputstream)
sets the image. |
void |
setimage(java.lang.string filepath)
sets the image. |
void |
setimagebytes(byte[] value)
sets image bytes. |
void |
setimagefilename(java.lang.string value)
sets the image file name. |
void |
setpicturesize(java.awt.geom.dimension2d value)
sets the word picture size. |
void |
setskip(boolean value)
sets a value indicating whether this is skip. |
methods inherited from class com.spire.doc.reporting.mergefieldeventargs |
---|
getcharacterformat, getcurrentmergefield, getdocument, getfieldname, getfieldvalue, getrowindex, gettablename, gettext, iskeeptextformat, iskeeptextformat, settext |
method detail |
---|
public boolean getusetext()
public java.lang.string getimagefilename()
public void setimagefilename(java.lang.string value)
value
- the iamge file namepublic byte[] getimagebytes()
public void setimagebytes(byte[] value)
value
- the image bytespublic java.awt.image.bufferedimage getimage()
public void setimage(java.io.inputstream inputstream)
inputstream
- the image input streampublic void setimage(java.lang.string filepath)
filepath
- the image file pathpublic java.awt.geom.dimension2d getpicturesize()
public void setpicturesize(java.awt.geom.dimension2d value)
value
- the picture sizepublic boolean getskip()
public void setskip(boolean value)
value
- true if skip; otherwise, false.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |