Click or drag to resize

TableWidthUnit Enumeration

Represents a table width measurement unit.

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public enum TableWidthUnit
Members
Member nameValueDescription
Auto0 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).
Point1 Specifies that the value for the measurement of the current table width property in the parent table shall be interpreted in points.
Percentage2 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.
See Also