Aspose::Pdf::Text::TextParagraphCollection class
Contents
[
Hide
]TextParagraphCollection class
Represents a text paragraphs collection.
class TextParagraphCollection : public System::Collections::Generic::ICollection<System::SharedPtr<TextParagraph>>
Methods
| Method | Description |
|---|---|
| Add(const System::SharedPtr<TextParagraph>&) override | Adds the text paragraph element at the specified index. |
| Clear() override | Clears all items from the collection. |
| Contains(const System::SharedPtr<TextParagraph>&) const override | Determines whether the collection contains a specific value. |
| CopyTo(System::ArrayPtr<System::SharedPtr<TextParagraph>>, int32_t) override | Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. |
| get_Count() const override | Gets the number of TextParagraph object elements actually contained in the collection. |
| get_IsReadOnly() const override | Gets a value indicating whether collection is read-only. |
| get_IsSynchronized() | Gets a value indicating whether access to the collection is synchronized (thread safe). |
| get_SyncRoot() const | Gets an object that can be used to synchronize access to the collection. |
| GetEnumerator() override | Returns an enumerator for the entire collection. |
| idx_get(int32_t) | Gets the text paragraph element at the specified index. |
| Remove(const System::SharedPtr<TextParagraph>&) override | Deletes specified item from collection. |
See Also
- Class ICollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++