|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OdsoRecipientData
public class OdsoRecipientData
Represents information about a single record within an external data source that is to be excluded from the mail merge.
Constructor Summary | |
---|---|
OdsoRecipientData()
|
Method Summary | |
---|---|
OdsoRecipientData |
deepClone()
Returns a deep clone of this object. |
boolean |
getActive()
Specifies whether the record from the data source shall be imported into a document when the mail merge is performed. |
int |
getColumn()
Specifies the column within the data source that contains unique data for the current record. |
int |
getHash()
Represents the hash code for this record. |
byte[] |
getUniqueTag()
Specifies the contents of a given record in the column containing unique data. |
void |
setActive(boolean value)
Specifies whether the record from the data source shall be imported into a document when the mail merge is performed. |
void |
setColumn(int value)
Specifies the column within the data source that contains unique data for the current record. |
void |
setHash(int value)
Represents the hash code for this record. |
void |
setUniqueTag(byte[] value)
Specifies the contents of a given record in the column containing unique data. |
Constructor Detail |
---|
public OdsoRecipientData()
Method Detail |
---|
public OdsoRecipientData deepClone()
public boolean getActive()
public void setActive(boolean value)
public int getColumn()
public void setColumn(int value)
public byte[] getUniqueTag()
public void setUniqueTag(byte[] value)
public int getHash()
public void setHash(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |