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 |
- Syntax
-
-
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
colspanattribute. 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
- Valid In
-
[Table] - Added
-
1.0