Aspose::Pdf::Paragraphs::end method

Paragraphs::end() const method

Gets iterator pointing right after the last element (if any) of the const-qualified instance of the collection.

const_iterator Aspose::Pdf::Paragraphs::end() const noexcept

ReturnValue

An iterator pointing right after the last element (if any) of the const-qualified instance of the collection

See Also

Paragraphs::end() method

Gets iterator pointing right after the last element (if any) of the collection.

iterator Aspose::Pdf::Paragraphs::end() noexcept

ReturnValue

An iterator pointing right after the last element (if any) of the collection

See Also