TableWidthUnit Enum
Represents a table width measurement unit.
Fields
Auto | Specifies that the value for the measurement of the current table width property in the parent table shall be automatically determined by the table layout algorithm when the table is displayed (this width can be adjusted as appropriate). |
Percentage | Specifies that the value for the measurement of the current table width property in the parent table shall be interpreted as a percent. These percentages shall be calculated relative to the extents specified by the parent element. |
Point | Specifies that the value for the measurement of the current table width property in the parent table shall be interpreted in points. |