Main Content
Table Formatting Components
Use table formatting components to organize generated content into tables. The following table summarizes the table formatting components.
Component | Usage |
---|---|
Table | Parent a table body component. Can also parent column specification components and a table header and a table footer component. Specifies properties of the table as a whole (for example, its title, number of columns, and border). |
Table Body | Parent the rows that make up the table body. Specifies the default vertical alignment of entries in a table body. |
Table Column Specification | Specify attributes of a table column, such as its width and borders and the default horizontal alignment of column entries. |
Table Entry | Parent a component that determines a table entry’s content, such as a paragraph, image, list, or another table component. Specifies attributes of a table entry, such as the number of rows and columns that it spans. |
Table Footer | Parent the row components that generate the content of a table footer. |
Table Header | Parent the row components that generate the content of a table header. |
Table Row | Parent the table entry components that generate the content of a table row. |
Tip
Inserting a Table component into a setup also inserts all the descendant components required to generate a 2x2 table, creating a table template. Edit this template to create a table that suits your needs.