Version 5.5.8

Color

Auf eine andere Textfarbe wechseln

Kindelemente

A , B , Barcode , Br , Clip , Color , Fontface , ForAll , Frame , HSpace , I , Image , Loop , NoBreak , Span , Sub , Sup , Switch , U , URL , Value

Elternelemente

A , B , Case , Color , Fontface , ForAll , I , Li , Loop , NoBreak , Otherwise , Paragraph , Span , U , URL , Until , While

Attribute

name (Text)
Der Name der Farbe. Muss mit DefineColor vorher definiert werden.

Beispiel

<Layout xmlns:sd="urn:speedata:2009/publisher/functions/en" xmlns="urn:speedata.de:2009/publisher/en">

  <DefineColor name="rot" value="#f00"/>

  <Record element="data">
    <PlaceObject>
      <Textblock>
        <Paragraph>
          <Value>Hallo </Value><Color name="rot"><Value>Welt</Value></Color>
        </Paragraph>
      </Textblock>
    </PlaceObject>
  </Record>

</Layout>