New to Telerik Document ProcessingStart a free 30-day trial

Defines how table or cell width is interpreted: automatic layout, fixed dimensions, percentage of container, or nil width.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public enum TableWidthUnitType

Fields

Width calculated automatically based on content.

C#
Auto = 0

Width specified as an absolute measurement.

C#
Fixed = 1

Width collapsed to zero.

C#
Nil = 3

Width expressed as a percentage of the container width.

C#
Percent = 2
In this article
DefinitionFieldsAutoFixedNilPercent
Not finding the help you need?
Contact Support