Renders one or more lines of text with xhtml markup.
Namespace: TallComponents.PDF.Layout.ShapesAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
[SerializableAttribute] public class SimpleXhtmlShape : MultilineTextShape |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class SimpleXhtmlShape _ Inherits MultilineTextShape |
Remarks
Lines will wrap at the specified Width of the shape.
You can set layout properties such as alignment and indentation.
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