public class OdsoFieldMapData
Microsoft Word provides some predefined merge field names that it allows to insert into a document as MERGEFIELD or
use in the ADDRESSBLOCK or GREETINGLINE fields. The information specified in
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
int | getColumn() | |
void | setColumn(intvalue) | |
Specifies the zero-based index of the column within an external data source which shall be mapped to the local name of a specific MERGEFIELD field. The default value is 0. | ||
java.lang.String | getMappedName() | |
void | setMappedName(java.lang.Stringvalue) | |
Specifies the predefined merge field name which shall be mapped to the column number
specified by the |
||
java.lang.String | getName() | |
void | setName(java.lang.Stringvalue) | |
Specifies the column name within an external data source for the column whose
index is specified by the |
||
int | getType() | |
void | setType(intvalue) | |
Specifies if a given mail merge field has been mapped to a column in the given external data source or not.
The default value is |
Method Summary | ||
---|---|---|
OdsoFieldMapData | deepClone() | |
Returns a deep clone of this object.
|
public int getColumn() / public void setColumn(int value)
public java.lang.String getMappedName() / public void setMappedName(java.lang.String value)
public java.lang.String getName() / public void setName(java.lang.String value)
public int getType() / public void setType(int value)
public OdsoFieldMapData deepClone()