Skip to content

Span#

Surround text by styling options.

Child elements#

A, Action, B, Br, I, Ol, Span, U, Ul, Value

Parent elements#

A, B, I, Li, Paragraph, Span, U

Attributes#

class (text, optional)
CSS class for this element.
id (text, optional)
CSS id for this element.
style (text, optional)
Set the CSS style.

Example#

<Stylesheet>
  .green { background-color: lightgreen; }
</Stylesheet>

<Record element="data">
  <PlaceObject>
    <Textblock>
      <Paragraph>
        <Span class="green"><Value>green</Value></Span>
      </Paragraph>
    </Textblock>
  </PlaceObject>
</Record>

See also#