Color
Switch to another text color
Allowed attributes: name
Child elements: A, Action, B, Br, Color, Fontface, ForAll, Frame, HSpace, I, Image, Loop, NoBreak, Span, Sub, Sup, Switch, U, URL, Value
The name of the color. Must be pre-defined with DefineColor.
<?xml version="1.0" encoding="UTF-8"?> <Layout xmlns="urn:speedata.de:2009/publisher/en"> <DefineColor name="red" value="#f00"/> <Record element="data"> <PlaceObject> <Textblock> <Paragraph> <Value>Hello </Value><Color name="red"><Value>bar</Value></Color> </Paragraph> </Textblock> </PlaceObject> </Record> </Layout>