OutputSeparator Element (Data)
From HLKitWiki
Jump to navigationJump to search
Context: HL Kit … Kit Reference … Data File Reference … Portal Element (Data)
The "outtput_separator" Element
The role of the "output_separator" element is a special separator portal for use within sheet output. The portal inserts a vertical or horizontal bar of solid black between groupings of portals, acting as a visual separator between them. The complete list of attributes for this element is below.
isvertical (Optional) Boolean – Indicates whether the separator should be drawn horizontally or vertically. Default: "no".
Example
The following example demonstrates what an output separator portal might look like. All default values are assumed for optional attributes.
<portal id="separator" style="oSeparator"> <output_separator isvertical="no"/> </portal>