TableWidthRule Enum |
Docentric Toolkit Help
Send Feedback |
Represents the rule that is used to determine a table or table cell width.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum TableWidthRule
| Member name | Description |
|---|---|
| Auto | Specifies that the table (cell) width will be automatically determined by the table layout algorithm when the table is displayed or rendered. |
| Fixed | Specifies that the table (cell) width is fixed. |
| Percentage | Specifies that the table (cell) width is expressed as a percent. These percentages are calculated relative to the extents specified by the parent element. |