|
|||||||||
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 |