Line class

Line class

Represents relatively positioned rectangle which contains single line.

The Line type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of Line.
init Initializes a new instance of the Line class.

Methods

Method Description
to_string Returns a string that represents the current object.

Properties

Property Description
words The words contained by the line.
height (inherited from TextElement)
value (inherited from TextElement)
width (inherited from TextElement)
x (inherited from TextElement)
y (inherited from TextElement)

See Also