thc#
Summary
- Description
-
Table column heading 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:
\thc#
content-
Use a dash
-
between a range of column numbers to indicate that the columns should be spanned. Example:\thc1-2
-
-
USX:
<cell style="thc#"
@colspan @align>
content</cell>
- colspan.
-
Column spanning is indicated with an optional
colspan
attribute. Example:<cell style="thc1" colspan="2" align="center">
- 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