Aspose::Pdf::Paragraphs::Insert method
Paragraphs::Insert method
Insert paragraph to collection.
void Aspose::Pdf::Paragraphs::Insert(int32_t index, const System::SharedPtr<BaseParagraph> ¶graph)
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | The index for paragraph. |
| paragraph | const System::SharedPtr<BaseParagraph>& | The paragraph. |
See Also
- Typedef SharedPtr
- Class BaseParagraph
- Class Paragraphs
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++