Skip to content

Paragraph#

Insert a paragraph of text. The width of the paragraph is inherited from the surrounding element.

Child elements#

A, Action, B, Br, I, Ol, Span, U, Ul, Value

Parent elements#

Case, ForAll, Loop, Otherwise, SetVariable, Td, Textblock, Until, While

Attributes#

class (text, optional)
CSS class for this element.
id (text, optional)
CSS id for this element.
style (text, optional)
CSS style for this element.

Example#

<Textblock>
  <Paragraph>
    <Value>Hello World</Value>
  </Paragraph>
</Textblock>

See also#