TextBuilder Class
Appends text object to Pdf page.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.TextTextBuilder

Namespace: Aspose.Pdf.Text
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class TextBuilder

The TextBuilder type exposes the following members.

Constructors
  NameDescription
Public methodTextBuilder(Page)
Initializes a new instance of TextBuilder class for the Pdf page.
Public methodTextBuilder(Page, BaseOperatorCollection)
Initializes a new instance of TextBuilder class for the Pdf page.
Methods
  NameDescription
Public methodCode exampleAppendParagraph
Appends text paragraph to Pdf page.
Public methodCode exampleAppendText
Appends text fragment to Pdf page
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also