New to Telerik Document ProcessingStart a free 30-day trial

Specifies how table row height is interpreted: automatically calculated, enforced as minimum, or set to an exact fixed value.

Definition

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

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public enum HeightType

Fields

Enforces a minimum height that can expand if content requires more space.

C#
AtLeast = 1

Height is automatically calculated based on content, allowing rows to grow as needed.

C#
Auto = 0

Sets a fixed height that does not change regardless of content size, potentially clipping overflow.

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