|
|||||||||
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()
initializes a new instance of this class. |
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)
sets 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)
value
- the default value is true.public int getcolumn()
public void setcolumn(int value)
value
- the default value is 0.public byte[] getuniquetag()
public void setuniquetag(byte[] value)
value
- the default value is null.public int gethash()
public void sethash(int value)
value
- the hash value
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |