search/mag_sel search/close
Aspose::Words::Settings::OdsoFieldMapDataCollection Class Reference

#include <Aspose.Words.Cpp/Settings/OdsoFieldMapDataCollection.h>

+ Inheritance diagram for Aspose::Words::Settings::OdsoFieldMapDataCollection:

Public Types

using const_iterator = typename const_iterator
 
using iterator = typename iterator
 
using iterator_holder_type = List< SharedPtr< OdsoFieldMapData > >
 

Public Member Functions

 OdsoFieldMapDataCollection ()
 
int32_t Add (SharedPtr< OdsoFieldMapData > value)
 Adds an object to the end of this collection. More...
 
const_iterator begin () const noexcept
 
iterator begin () noexcept
 
const_iterator cbegin () const noexcept
 
const_iterator cend () const noexcept
 
void Clear ()
 Removes all elements from this collection. More...
 
const_iterator end () const noexcept
 
iterator end () noexcept
 
int32_t get_Count ()
 Gets the number of elements contained in the collection. More...
 
SharedPtr< IEnumerator< SharedPtr< OdsoFieldMapData > > > GetEnumerator () override
 Returns an enumerator object that can be used to iterate over all items in the collection. More...
 
virtual const TypeInfoGetType () const override
 
SharedPtr< OdsoFieldMapDataidx_get (int32_t index)
 Gets or sets an item in this collection. More...
 
void idx_set (int32_t index, SharedPtr< OdsoFieldMapData > value)
 Gets or sets an item in this collection. More...
 
virtual bool Is (const TypeInfo &target) const override
 
void RemoveAt (int32_t index)
 Removes the element at the specified index. More...
 

Static Public Member Functions

static const TypeInfoType ()
 

Member Typedef Documentation

◆ const_iterator

◆ iterator

◆ iterator_holder_type

Constructor & Destructor Documentation

◆ OdsoFieldMapDataCollection()

Aspose::Words::Settings::OdsoFieldMapDataCollection::OdsoFieldMapDataCollection ( )

Member Function Documentation

◆ Add()

int32_t Aspose::Words::Settings::OdsoFieldMapDataCollection::Add ( System::SharedPtr< Aspose::Words::Settings::OdsoFieldMapData value)

Adds an object to the end of this collection.

Parameters
valueThe 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()

System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<Aspose::Words::Settings::OdsoFieldMapData> > > Aspose::Words::Settings::OdsoFieldMapDataCollection::GetEnumerator ( )
override

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

Reimplemented from System::Object.

◆ idx_get()

System::SharedPtr<Aspose::Words::Settings::OdsoFieldMapData> Aspose::Words::Settings::OdsoFieldMapDataCollection::idx_get ( int32_t  index)

Gets or sets an item in this collection.

◆ idx_set()

void Aspose::Words::Settings::OdsoFieldMapDataCollection::idx_set ( int32_t  index,
System::SharedPtr< Aspose::Words::Settings::OdsoFieldMapData value 
)

Gets or sets an item in this collection.

◆ Is()

virtual bool Aspose::Words::Settings::OdsoFieldMapDataCollection::Is ( const System::TypeInfo target) const
overridevirtual

Reimplemented from System::Object.

◆ RemoveAt()

void Aspose::Words::Settings::OdsoFieldMapDataCollection::RemoveAt ( int32_t  index)

Removes the element at the specified index.

Parameters
indexThe zero-based index of the element.

◆ Type()

static const System::TypeInfo& Aspose::Words::Settings::OdsoFieldMapDataCollection::Type ( )
static