Span
Surround text by styling options.
Allowed attributes: background-color, background-padding-bottom, background-padding-top, class, id
Child elements: A, Action, B, Br, Color, Fontface, ForAll, Frame, HSpace, I, Image, Loop, NoBreak, Span, Sub, Sup, Switch, U, URL, Value
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.
<Stylesheet> .green { background-color: lightgreen; } </Stylesheet> <Record element="data"> <PlaceObject> <Textblock> <Paragraph> <Span class="green"><Value>green</Value></Span> </Paragraph> </Textblock> </PlaceObject> </Record>