[]
        
(Showing Draft Content)

C1.Util.XLTextLayout

XLTextLayout Class

The text layout.

Inheritance
XLTextLayout
Namespace: C1.Util
Assembly: C1.Excel.dll
Syntax
public class XLTextLayout

Constructors

Name Description
XLTextLayout()

Initialization a text layout.

Properties

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.

Methods

Name Description
Draw(IRendering, PointF)

Draw this text layout using the IRendering interface.

Measure(IRendering)

Measure this text layout using the IRendering interface.