Next: , Previous: Images, Up: Descriptions


4.10 Tables

A table consists of one or more row lines. A row line starts with a ‘|’. Table columns are separated by ‘|’.

     Example: Simple table  
      1  | taLeftJustify  | Text is displayed aligned to the left
      2  | taRightJustify | Text is displayed aligned to the right
      3  | taCenter       | Text is displayed centred

If the first row line starts with ‘||’ it is considered as a header line.

     Example: Table with headers  
      1  ||Value           | Meaning
      2  | taLeftJustify   | Text is displayed aligned to the left
      3  | taRightJustify  | Text is displayed aligned to the right
      4  | taCenter        | Text is displayed centred

You can add a table caption by adding a Table header.

     Example: Table with caption  
      1  Table: Text Alignment
      2  ||Value           | Meaning
      3  | taLeftJustify   | Text is displayed aligned to the left
      4  | taRightJustify  | Text is displayed aligned to the right
      5  | taCenter        | Text is displayed centred