TableWidthUnit Enumeration |
Represents a table width measurement unit.
Namespace: SautinSoft.Document.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public enum TableWidthUnit
Public Enumeration TableWidthUnit
Members Member name | Value | Description |
---|
Auto | 0 |
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).
|
Point | 1 |
Specifies that the value for the measurement of the current table width property
in the parent table shall be interpreted in points.
|
Percentage | 2 |
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