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.
Namespace: TallComponents.PDF.Layout.ShapesAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
[SerializableAttribute] public class MultilineTextShape : ContentShape |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class MultilineTextShape _ Inherits ContentShape |
Remarks
The origin (X and Y properties) is the top-left position.
Inheritance Hierarchy
System..::..Object
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Shapes..::..Shape
TallComponents.PDF.Layout.Shapes..::..ContentShape
TallComponents.PDF.Layout.Shapes..::..MultilineTextShape
TallComponents.PDF.Layout.Shapes..::..SimpleXhtmlShape
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Shapes..::..Shape
TallComponents.PDF.Layout.Shapes..::..ContentShape
TallComponents.PDF.Layout.Shapes..::..MultilineTextShape
TallComponents.PDF.Layout.Shapes..::..SimpleXhtmlShape