Aspose::Words::Framesets::FramesetCollection class
Contents
[
Hide
]FramesetCollection class
Represents a collection of instances of the Frameset class. To learn more, visit the Programming with Documents documentation article.
class FramesetCollection : public System::Collections::Generic::IEnumerable<System::SharedPtr<Aspose::Words::Framesets::Frameset>>
Methods
Method | Description |
---|---|
begin() | |
begin() const | |
cbegin() const | |
cend() const | |
end() | |
end() const | |
FramesetCollection() | |
get_Count() | Gets the number of frames or frames pages contained in the collection. |
GetEnumerator() override | Returns an enumerator that iterates through the collection. |
GetType() const override | |
idx_get(int32_t) | Gets a frame or frames page at the specified index. |
Is(const System::TypeInfo&) const override | |
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::Framesets
- Library Aspose.Words for C++