[]
The text layout.
public class XLTextLayout
| Name | Description |
|---|---|
| XLTextLayout() | Initialization a text layout. |
| Name | Description |
|---|---|
| Angle | Gets or sets text angle in degrees. |
| Height | Gets or sets text layout height. |
| HorizAlign | Gets or sets horizontal text alignment. |
| LineSpacingScaling | Gets or sets the line spacing scaling factor, 1 by default. |
| Ranges | Gets the collection of text ranges. |
| VertAlign | Gets or sets horizontal text alignment. |
| Width | Gets or sets text layout width. |
| WordWrap | Gets or sets text word wrap flag. |
| Name | Description |
|---|---|
| Draw(IRendering, PointF) | Draw this text layout using the IRendering interface. |
| Measure(IRendering) | Measure this text layout using the IRendering interface. |