|
|||||||||
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
public class MergeFieldEventArgs
Represents data during MergeField event.
Constructor Summary | |
---|---|
MergeFieldEventArgs(IDocument doc,
java.lang.String tableName,
int rowIndex,
IMergeField field,
java.lang.Object value)
Provides data during the MergeField event. |
Method Summary | |
---|---|
CharacterFormat |
getCharacterFormat()
Gets the Character Format of the field. |
IMergeField |
getCurrentMergeField()
Gets the current Merge field. |
IDocument |
getDocument()
Gets the document. |
java.lang.String |
getFieldName()
Gets the Merge field Name. |
java.lang.Object |
getFieldValue()
Gets the Merge Field Value |
int |
getRowIndex()
Gets the Row Index. |
java.lang.String |
getTableName()
Gets the Table Name |
java.lang.String |
getText()
Gets the Text value |
boolean |
isKeepHtmlTextFormat()
Gets or sets if keep html text formatting. |
void |
isKeepHtmlTextFormat(boolean value)
Gets or sets if keep html text formatting. |
boolean |
isKeepTextFormat()
Gets or sets if keep text formatting. |
void |
isKeepTextFormat(boolean value)
Gets or sets if keep text formatting. |
void |
setText(java.lang.String value)
Gets the Text value |
Constructor Detail |
---|
public MergeFieldEventArgs(IDocument doc, java.lang.String tableName, int rowIndex, IMergeField field, java.lang.Object value)
doc
- tableName
- rowIndex
- field
- value
- Method Detail |
---|
public IDocument getDocument()
public java.lang.String getFieldName()
public java.lang.Object getFieldValue()
public java.lang.String getTableName()
public int getRowIndex()
public CharacterFormat getCharacterFormat()
public java.lang.String getText()
public void setText(java.lang.String value)
public IMergeField getCurrentMergeField()
public boolean isKeepTextFormat()
public void isKeepTextFormat(boolean value)
public boolean isKeepHtmlTextFormat()
public void isKeepHtmlTextFormat(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |