Aspose::Pdf::Text::TextBuilder класс

TextBuilder class

Добавляет текстовый объект на страницу Pdf.

class TextBuilder : public System::Object

Методы

МетодОписание
AppendParagraph(const System::SharedPtr<TextParagraph>&)Добавляет текстовый абзац на страницу Pdf.
AppendText(const System::SharedPtr<TextFragment>&)Добавляет текстовый фрагмент на страницу Pdf.
AppendText(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<TextFragment>>>&)///
TextBuilder(const System::SharedPtr<Aspose::Pdf::Page>&)Инициализирует новый экземпляр класса TextBuilder для страницы Pdf.
TextBuilder(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<BaseOperatorCollection>&)Инициализирует новый экземпляр класса TextBuilder для страницы Pdf.

См. также