Aspose::Words::Settings::OdsoRecipientDataCollection class
Contents
[
Hide
]OdsoRecipientDataCollection class
A typed collection of OdsoRecipientDataTo learn more, visit the Mail Merge and Reporting documentation article.
class OdsoRecipientDataCollection : public System::Collections::Generic::IEnumerable<System::SharedPtr<Aspose::Words::Settings::OdsoRecipientData>>
Methods
Method | Description |
---|---|
Add(const System::SharedPtr<Aspose::Words::Settings::OdsoRecipientData>&) | Adds an object to the end of this collection. |
begin() | |
begin() const | |
cbegin() const | |
cend() const | |
Clear() | Removes all elements from this collection. |
end() | |
end() const | |
get_Count() | Gets the number of elements contained in the collection. |
GetEnumerator() override | Returns an enumerator object that can be used to iterate over all items in the collection. |
GetType() const override | |
idx_get(int32_t) | Gets or sets an item in this collection. |
idx_set(int32_t, const System::SharedPtr<Aspose::Words::Settings::OdsoRecipientData>&) | Gets or sets an item in this collection. |
Is(const System::TypeInfo&) const override | |
OdsoRecipientDataCollection() | |
RemoveAt(int32_t) | Removes the element at the specified index. |
static Type() | |
virtualizeBeginConstIterator() const override | |
virtualizeBeginIterator() override | |
virtualizeEndConstIterator() const override | |
virtualizeEndIterator() override |
Typedefs
Typedef | Description |
---|---|
const_iterator | |
iterator | |
iterator_holder_type | |
virtualized_iterator | |
virtualized_iterator_element |
See Also
- Namespace Aspose::Words::Settings
- Library Aspose.Words for C++