|
|||||||||
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 |
isKeepTextFormat()
Gets is keep text formatting. |
void |
isKeepTextFormat(boolean value)
Sets is keep text formatting. |
void |
setText(java.lang.String value)
Sets the Text value |
Constructor Detail |
---|
public MergeFieldEventArgs(IDocument doc, java.lang.String tableName, int rowIndex, IMergeField field, java.lang.Object value)
doc
- doctableName
- tableNamerowIndex
- rowIndexfield
- fieldvalue
- objectMethod 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)
value
- The textpublic IMergeField getCurrentMergeField()
public boolean isKeepTextFormat()
public void isKeepTextFormat(boolean value)
value
- Keep the text format or NOT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |