tablecolumn (Domino DTD)

Represents a column in a table.

Containment Hierarchy

Contained by: <table>

Syntax

<!ELEMENT tablecolumn EMPTY >

Attributes

<!ATTLIST tablecolumn

width

%length;

#IMPLIED

sizetofit

%boolean;

"false"

refwidth

%length;

#IMPLIED

>

refwidth

Reference width of a column used with r4spacing. You can only set this attribute if the r4spacing attribute of the table element is set to true, the widthtype is a value other than fixedcenter or fixedright, and if the tablecolumn's width attribute is expressed as a percentage. The reference width defines the width of the table margins since, with R4 spacing, the pardef elements (table column content) in a table use absolute margin values. This attribute allows the DXL Importer to make the necessary adjustments.

sizetofit

If true, sizes the column to fit the content within it.

width

Width of the column.

Example