Namespace TallComponents.PDF.Shapes

Class MultilineTextShape

The MultilineTextShape allows you to stamp text that is wrapped given a certain maximum line width. The text is stored in 1 or more fragments. You can set layout properties such as alignment and indentation.

The origin (X and Y properties) is the top-left position.

Use a LineBreakFragment to insert a newline between two fragments.

Syntax

public class MultilineTextShape : ContentShape

Constructors

Properties

Events