<line> element¶
The <line> element contains the content for a single line of text in the paginated output. The <line> may differ from what the source document defines as a line.
Attributes¶
| Attribute | Description |
|---|---|
| width | The width of the line in pixels. |
| height | The height of the line in pixels. |
| left | The left offset of the line in pixels. |
| top | The top offset of the line in pixels. |
Styles¶
None
Children¶
| Node | Description |
|---|---|
<run> | A line can contain zero or more <run> elements. |
<g> | A line can contain zero or more <g> elements. |