Paragraphs

Overview

Paragraphs is a class in Aspose.PDF FOSS for C++.

This class provides 6 methods for working with Paragraphs objects in C++ programs. Available methods include: Add, Clear, Count, Insert, Remove, RemoveRange. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Add(paragraph: BaseParagraph)Calls Add(paragraph) on this Paragraphs instance.
Insert(index: int, paragraph: BaseParagraph)Calls Insert(index, paragraph) on this Paragraphs instance.
Remove(paragraph: BaseParagraph)Calls Remove(paragraph) on this Paragraphs instance.
RemoveRange(index: int, count: int)Calls RemoveRange(index, count) on this Paragraphs instance.
Clear()Calls Clear on this Paragraphs instance.
Count()intCalls Count on this Paragraphs instance.

See Also