tcc#

Summary

Description

Table cell - center aligned.

  • The variable # represents the table column number.

Syntax notes

In USFM, a table is composed by a series of paragraphs marked with \tr. The content for cells is marked with character types for tables, such as \th#.

In USX the sequence of \tr rows is composed within a <table>...</table> containing `<row>`s and `<cell>`s. See Paragraphs > Tables.

Syntax help
  • USFM: \tcc# content

    • Use a dash - between a range of column numbers to indicate that the columns should be spanned. Example: \tcc1-2

  • USX: <cell style="tcc#" @colspan @align>content</cell>

    colspan

    Column spanning is indicated with an optional colspan attribute. Example: <cell style="tcc1" colspan="2" align="start">

    align

    Cell alignment = start | center | end. Represents 'left', 'center', and 'right' respectively in left-to-right direction texts, and 'right', 'center', 'left' in right-to-left direction texts.

    content

    The cell text.

Style Type

Character

Valid In

[Table]

Added

1.0

Examples

  • USFM

  • USX

  • USJ

Example 1. Missing
Missing
Example 2. Missing
Missing
Example 3. Missing
Missing

Properties

TextType

VerseText

TextProperties

publishable, vernacular

Publication Issues

Discussion