Span
Surround text by styling options.
Allowed attributes: background-color, background-padding-bottom, background-padding-top, class, id, letter-spacing
Child elements: A, Action, B, Br, Color, Fontface, ForAll, Frame, HSpace, I, Image, Loop, NoBreak, Span, Sub, Sup, Switch, U, URL, Value
Parent elements: B, Case, Color, Fontface, ForAll, I, Li, Loop, NoBreak, Otherwise, Paragraph, Span, U, URL, Until, While
The background color of the content
The bottom padding of the background color (can be negative)
The top padding of the background color (can be negative)
CSS class for this element.
CSS id for this element.
Increase spacing between glyphs.
<Stylesheet> .green { background-color: lightgreen; } </Stylesheet> <Record element="data"> <PlaceObject> <Textblock> <Paragraph> <Span class="green"><Value>green</Value></Span> </Paragraph> </Textblock> </PlaceObject> </Record>