Word

Word class

Represents relatively positioned rectangle which contains single word.

public class Word : TextElement<string>

Constructors

Name Description
Word() Initializes new instance of Word class.
Word(string, double, double, double, double, List<Character>) Initializes new instance of Word class.

Properties

Name Description
Characters { get; set; } The characters contained by the word.
Height { get; set; } The height of the rectangle which contains the element (in pixels).
Value { get; set; } The element value.
Width { get; set; } The width of the rectangle which contains the element (in pixels).
X { get; set; } The X coordinate of the highest left point on the page layout where the rectangle that contains element begins.
Y { get; set; } The Y coordinate of the highest left point on the page layout where the rectangle that contains element begins.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also