Rule
Draw a horizontal or vertical rule in the grid.
Child elements: (none)
Parent elements: Frame, PlaceObject, Transformation
The color of the rule. Defaults to black.
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>