ColorAuf eine andere Textfarbe wechseln
Erlaubte Attribute: name
Kindelemente: A, Action, B, Br, Color, Fontface, ForAll, Frame, HSpace, I, Image, Loop, NoBreak, Sub, Sup, Switch, U, URL, Value
Der Name der Farbe. Muss mit DefineColor vorher definiert werden.
<Layout xmlns:sd="urn:speedata:2009/publisher/functions/en" xmlns="urn:speedata.de:2009/publisher/en">
<DefineColor name="rot" wert="#f00"/>
<Record element="data">
<PlaceObject>
<Textblock>
<Paragraph>
<Value>Hallo </Value><Color name="rot"><Value>Welt</Value></Color>
</Paragraph>
</Textblock>
</PlaceObject>
</Record>
</Layout>