Namespace TallComponents.PDF.Layout.Shapes

Class SimpleXhtmlShape

Renders one or more lines of text with "simple" xhtml markup.

For the SimpleXhtml shape the formatting is restricted to what is possible in rich text form fields in PDF. In PDF, rich text strings consist of XML that is a subset of the XFA text specification, which is itself a subset of the XHTML 1.0 specification.

Text will wrap at the specified of the shape. You can set layout properties such as alignment and indentation.

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

Syntax

public class SimpleXhtmlShape : ContentShape

Constructors

Properties

Methods

Events