Paragraph
Insert a paragraph of text. The width of the paragraph is inherited from the surrounding element.
Allowed attributes: allowbreak, class, color, fontface, id, language, textformat
Child elements: A, Action, B, Br, Color, Fontface, ForAll, Frame, HSpace, I, Image, Loop, NoBreak, Sub, Sup, Switch, U, URL, Value
(Experimental!) list of characters where a line break is possible. Space character is not implied when this attribute is set.
CSS class for this paragraph.
Color of the paragraph. Must be defined with DefineColor before use.
The name of the fontface for the paragraph. The default is »text« (lowercase t).
CSS id for this paragraph.
Name of the language for hyphenation.
Name of the textformat that is applied to the paragraph. If none is specified the textformat text is used.
<Textblock width="27"> <Paragraph fontface="Title"> <Value>Hello World</Value> </Paragraph> </Textblock>