public class OdsoRecipientData
If a record shall be merged into a merged document, then no information is needed about that record.
However, if a given record shall not be merged into a merged document, then the value of the unique key
for that record shall be stored in the
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
boolean | getActive() | |
void | setActive(booleanvalue) | |
Specifies whether the record from the data source shall be imported into a document when the mail merge is performed.
The default value is true .
|
||
int | getColumn() | |
void | setColumn(intvalue) | |
Specifies the column within the data source that contains unique data for the current record. The default value is 0. | ||
int | getHash() | |
void | setHash(intvalue) | |
Represents the hash code for this record.
Sometimes Microsoft Word uses |
||
byte[] | getUniqueTag() | |
void | setUniqueTag(byte[]value) | |
Specifies the contents of a given record in the column containing unique data.
The default value is null .
|
Method Summary | ||
---|---|---|
OdsoRecipientData | deepClone() | |
Returns a deep clone of this object.
|
public boolean getActive() / public void setActive(boolean value)
true
.
public int getColumn() / public void setColumn(int value)
public int getHash() / public void setHash(int value)
public byte[] getUniqueTag() / public void setUniqueTag(byte[] value)
null
.
public OdsoRecipientData deepClone()