RichTextBuilder Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a Rich Text builder. It helps to construct a XML based formatted text.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.Interactive.Annotations.RichTextRichTextBuilder

Namespace:  Apitron.PDF.Kit.Interactive.Annotations.RichText
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class RichTextBuilder

The RichTextBuilder type exposes the following members.

Constructors

  NameDescription
Public methodRichTextBuilder
Creates an instance of the RichTextBuilder.
Top
Methods

  NameDescription
Public methodAppendText
Appends paragraph or a span to the builder.
Public methodToString
Gets a rich text string representation.
(Overrides ObjectToString.)
Public methodToTextString
Gets encosed text of the rich text string (not xml format).
Top
See Also

Reference