Text
Create a text that can be broken across text containers or pages. To be used with Output
Allowed attributes: color, fontface, textformat
Parent elements: Output
The name of the color of the text.
The name of the font family. Defaults to text.
The name of the text format to be applied to the text. Defaults to text.
<Pagetype name="page" test="true()"> <Margin left="1cm" right="1cm" top="1cm" bottom="1cm" /> <PositioningArea name="text"> <PositioningFrame width="4" height="10" row="1" column="1" /> <PositioningFrame width="4" height="10" row="1" column="6" /> </PositioningArea> </Pagetype> <Record element="data"> <Output area="text"> <Text> <Paragraph> <Value select="string(.)" /> </Paragraph> </Text> </Output> </Record>