Word class

Word class

Represents a relatively positioned rectangle that contains a single word.

The Word type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of Word.
init Initializes a new instance of Word.

Methods

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

Properties

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

See Also