OdsoRecipientData module
- class OdsoRecipientData.OdsoRecipientData
Bases:
SpireObjectRepresents recipient data for an ODSO (Office Data Source Object) document.
- property Active: bool
Gets or sets a value indicating whether the recipient is active.
- Returns:
True if the recipient is active, False otherwise.
- Return type:
bool
- Clone() OdsoRecipientData
Creates a copy of the OdsoRecipientData object.
- Returns:
The cloned OdsoRecipientData object.
- Return type:
- property Column: int
Gets or sets the column index of the recipient.
- Returns:
The column index of the recipient.
- Return type:
int
- property Hash: int
Gets or sets the hash value of the recipient.
- Returns:
The hash value of the recipient.
- Return type:
int
