Line
Line class
Represents relatively positioned rectangle which contains single line.
public class Line : TextElement<string>
Constructors
Name |
Description |
Line() |
Initializes new instance of Line class. |
Line(string, double, double, double, double, List<Word>) |
Initializes new instance of Line class. |
Properties
Name |
Description |
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). |
Words { get; set; } |
The words contained by the line. |
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