Rule
Draw a horizontal or vertical rule in the grid.
Child elements: (none)
Parent elements: Frame, Overlay, PlaceObject, Position, Transformation
The color of the rule. Defaults to black.
Use a dashed rule instead of a solid rule.
yes: |
Draw a dashed rule. |
no: |
Draw a solid rule. |
The direction of the rule.
horizontal: |
Horizontal rule |
vertical: |
Vertical rule |
The length of the rule in grid cells or as an absolute length.
The rule thicknes given in grid cells or as a length.
<Record element="data"> <PlaceObject> <Rule direction="horizontal" length="10" rulewidth="3"/> </PlaceObject> </Record>