Aspose::Pdf::Text::TextBuilder::AppendParagraph method

TextBuilder::AppendParagraph method

Appends text paragraph to Pdf page.

void Aspose::Pdf::Text::TextBuilder::AppendParagraph(System::SharedPtr<TextParagraph> textParagraph)
ParameterTypeDescription
textParagraphSystem::SharedPtr<TextParagraph>Text paragraph object.

See Also