re:line

A re:line elements position has an order of presidents for both its start and its end. A re:line element still has the basic LAYER_POSITION constants but also has specific start locations:
x, y, start-left, start-top, left, top, x2, y2, end-left, end-top, line-length, line-angle.
These values can be used in paired order as shown in the diagram:

line position

XML Tag

<re:line class='' style='' />

DTD

<!ENTITY % class "class      CDATA #IMPLIED">
<!ENTITY % style "style      CDATA #IMPLIED">
<!ELEMENT re:line EMPTY>
       <!ATTLIST re:line %class; %style; >

Reference Examples

xxxxxxxxxxxxxxxxxxxxxxxxx

Children

None

Attributes

class, style

Style Properties

Stroke

Line

class

The class attribute specifies a named_reference to the style sheet that should be applied to the element. Only one style can be called and applied to one element.

style

A style attribute specifies a collection of properties for inline styling. This can be used in combination with a class attribute so that a style sheet can be called but some of the properties (of the style sheet) are over-ridden.