Elementname: Paragraph

Description

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

Allowed attributes: color, fontface, language, textformat

Child elements: A, Action, B, Br, Fontface, ForAll, HSpace, I, Image, Loop, Sub, Sup, Switch, U, URL, Value

Parent elements: Case, ForAll, Loop, Otherwise, SetVariable, Td, Text, Textblock, Until, While

Attributes

color (string, optional)

Color of the paragraph. Must be defined with DefineColor before use.

fontface (string, optional)

The name of the fontface for the paragraph. The default is »text« (lowercase t).

language (optional)

Name of the language for hyphenation.

German:

Use German language for hyphenation.

Englisch (Great Britan):

Use English hyphenation patterns

French:

French hyphenation patterns

textformat (string, optional)

Name of the textformat that is applied to the paragraph. If none is specified the textformat text is used.

Example

<Textblock width="27">
  <Paragraph fontface="Title">
    <Value>Hallo Welt</Value>
  </Paragraph>
</Textblock>

See also

Textblock, How to use fonts

Commands

Version: 2.0.0 | Start page | Command reference | Other languages: German