Aspose::Pdf::Text::TextParagraph::EndEdit method

TextParagraph::EndEdit method

Ends the editing of the TextParagraph.

void Aspose::Pdf::Text::TextParagraph::EndEdit()

Remarks

Improves performance of TextParagraph population. Any layout calculation is suspended until EndEdit method is invoked.

Note that method invoke can’t be nested.

See Also