Column Table Attributes
In addition to the attributes listed in the
Shared table attributes help topic, the following attributes are supported on column table objects.
WIDTH_MAX
This attribute is a unitdim indicating the maximum width to which the column can be drag-resized. Permissible values are in, pt, pi, px, cm, or mm meaning inches, points, picas, pixels, centimeters, or millimeters.
WIDTH_MIN
This attribute is a unitdim indicating the minimum width to which the column can be drag-resized. Permissible values are in, pt, pi, px, cm, or mm meaning inches, points, picas, pixels, centimeters, or millimeters.
COLWIDTH
This attribute is a unitdim indicating the column's width. In addition to the units allowed for other unitdims (that is, in, pt, pi, px, cm, or mm meaning inches, points, picas, pixels, centimeters, or millimeters), the column's width unit may also be *, indicating proportional width units.
WIDTH_UNIT
This attribute is the unit portion of the COLWIDTH attribute. This attribute exists to allow the user to convert between units without doing actual calculations. If a column's COLWIDTH attribute is 1.0in, a call to the tbl_obj_attr_set function with a WIDTH_UNIT attribute value of cm will cause the column's COLWIDTH unit to be changed to 2.54cm.
Related Topics