The textparagraph holds text data to be flowed on the page.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class TextParagraph : Paragraph
Visual Basic
<SerializableAttribute> _
Public Class TextParagraph _
	Inherits Paragraph

Remarks

The text paragraph is a specialization of the paragraph class. The text paragraph represents a block of text than spans 1 or more lines. The text is stored in 1 or more fragments.

Inheritance Hierarchy

See Also