Aspose::Pdf::Paragraphs class

Paragraphs class

This class represents paragraph collection.

class Paragraphs : public System::Collections::Generic::IEnumerable<System::SharedPtr<Aspose::Pdf::BaseParagraph>>,
                   public System::ICloneable

Methods

MethodDescription
static _anonymous_method_0(System::SharedPtr<BaseParagraph>, System::SharedPtr<BaseParagraph>)
Add(System::SharedPtr<BaseParagraph>)Add paragraph to collection.
begin()Gets iterator pointing to the first element (if any) of the collection.
begin() constGets iterator pointing to the first element (if any) of the const-qualified instance of the collection.
cbegin() constGets iterator pointing to the first const-qualified element (if any) of the collection.
cend() constGets iterator pointing right after the last const-qualified element (if any) of the collection.
Clear()Clear paragraphs.
Clone() overrideClones a new Clone object.
cpp_switch_last_paragraph_to_week()
end()Gets iterator pointing right after the last element (if any) of the collection.
end() constGets iterator pointing right after the last element (if any) of the const-qualified instance of the collection.
get_Count()Get paragraphs count.
GetEnumerator() overrideGets the enumerator.
GetRange(int32_t, int32_t)Remove paragraphs range.
idx_get(int32_t)Gets paragraph from or to collection.
idx_set(int32_t, System::SharedPtr<BaseParagraph>)Sets paragraph from or to collection.
Insert(int32_t, System::SharedPtr<BaseParagraph>)Insert paragraph to collection.
InsertRange(int32_t, System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<BaseParagraph>>>)Inserts the elements of a collection into the list at the specified index.
Paragraphs()
Remove(System::SharedPtr<BaseParagraph>)Remove paragraph from collection.
RemoveRange(int32_t, int32_t)Remove paragraphs range.
virtualizeBeginConstIterator() const overrideGets iterator pointing to the first element (if any)of the const-qualified instance of the collection.
virtualizeBeginIterator() overrideGets iterator pointing to the first element (if any) of the collection.
virtualizeEndConstIterator() const overrideGets iterator pointing right after the last element (if any)of the const-qualified instance of the collection.
virtualizeEndIterator() overrideGets iterator pointing right after the last element (if any) of the collection.

Typedefs

TypedefDescription
const_iteratorConst iterator type.
iteratorIterator type.
iterator_holder_typeA collection type whose iterator types is used as iterator types in the current collection.
virtualized_iteratorVirtualized type.
virtualized_iterator_elementVirtualized element type.

See Also