Método Aspose::Pdf::Paragraphs::Insert
Paragraphs::Insert method
Insertar párrafo en la colección.
void Aspose::Pdf::Paragraphs::Insert(int32_t index, const System::SharedPtr<BaseParagraph> ¶graph)
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int32_t | El índice para el párrafo. |
| párrafo | const System::SharedPtr<BaseParagraph>& | El párrafo. |
Ver también
- Typedef SharedPtr
- Class BaseParagraph
- Class Paragraphs
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++