Aspose::Words::Settings::OdsoFieldMapDataCollection class
Contents
[
Hide
]OdsoFieldMapDataCollection class
A typed collection of the OdsoFieldMapData objects. To learn more, visit the Mail Merge and Reporting documentation article.
class OdsoFieldMapDataCollection : public System::Collections::Generic::IEnumerable<System::SharedPtr<Aspose::Words::Settings::OdsoFieldMapData>>
Methods
| Method | Description |
|---|---|
| Add(const System::SharedPtr<Aspose::Words::Settings::OdsoFieldMapData>&) | 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::OdsoFieldMapData>&) | Gets or sets an item in this collection. |
| Is(const System::TypeInfo&) const override | |
| OdsoFieldMapDataCollection() | |
| 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++