#include <Aspose.Words.Cpp/Settings/OdsoFieldMapDataCollection.h>
◆ const_iterator
◆ iterator
◆ iterator_holder_type
◆ OdsoFieldMapDataCollection()
Aspose::Words::Settings::OdsoFieldMapDataCollection::OdsoFieldMapDataCollection |
( |
| ) |
|
◆ Add()
Adds an object to the end of this collection.
- Parameters
-
value | The object to add. Cannot be null. |
◆ begin() [1/2]
const_iterator Aspose::Words::Settings::OdsoFieldMapDataCollection::begin |
( |
| ) |
const |
|
noexcept |
◆ begin() [2/2]
iterator Aspose::Words::Settings::OdsoFieldMapDataCollection::begin |
( |
| ) |
|
|
noexcept |
◆ cbegin()
const_iterator Aspose::Words::Settings::OdsoFieldMapDataCollection::cbegin |
( |
| ) |
const |
|
noexcept |
◆ cend()
const_iterator Aspose::Words::Settings::OdsoFieldMapDataCollection::cend |
( |
| ) |
const |
|
noexcept |
◆ Clear()
void Aspose::Words::Settings::OdsoFieldMapDataCollection::Clear |
( |
| ) |
|
Removes all elements from this collection.
◆ end() [1/2]
const_iterator Aspose::Words::Settings::OdsoFieldMapDataCollection::end |
( |
| ) |
const |
|
noexcept |
◆ end() [2/2]
iterator Aspose::Words::Settings::OdsoFieldMapDataCollection::end |
( |
| ) |
|
|
noexcept |
◆ get_Count()
int32_t Aspose::Words::Settings::OdsoFieldMapDataCollection::get_Count |
( |
| ) |
|
Gets the number of elements contained in the collection.
◆ GetEnumerator()
Returns an enumerator object that can be used to iterate over all items in the collection.
◆ GetType()
virtual const System::TypeInfo& Aspose::Words::Settings::OdsoFieldMapDataCollection::GetType |
( |
| ) |
const |
|
overridevirtual |
◆ idx_get()
Gets or sets an item in this collection.
◆ idx_set()
Gets or sets an item in this collection.
◆ Is()
virtual bool Aspose::Words::Settings::OdsoFieldMapDataCollection::Is |
( |
const System::TypeInfo & |
target | ) |
const |
|
overridevirtual |
◆ RemoveAt()
void Aspose::Words::Settings::OdsoFieldMapDataCollection::RemoveAt |
( |
int32_t |
index | ) |
|
Removes the element at the specified index.
- Parameters
-
index | The zero-based index of the element. |
◆ Type()
static const System::TypeInfo& Aspose::Words::Settings::OdsoFieldMapDataCollection::Type |
( |
| ) |
|
|
static |