Table of Contents

Enum HeightRule

Namespace
DocWright.Core.Document
Assembly
DocWright.Core.dll

How a table-row height value is interpreted (ECMA-376 Part 1 §17.18.37 ST_HeightRule).

public enum HeightRule

Fields

Auto = 0

Height grows with content (w:hRule "auto", the default).

AtLeast = 1

The value is a minimum height (w:hRule "atLeast").

Exact = 2

The value is an exact height (w:hRule "exact").