[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.HeightRule

HeightRule Enum

Specifies the rule for determining the height of an object.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum HeightRule
Public Enum HeightRule

Fields

Name Description
AtLeast

The height will be at least the specified height in points. It will grow, if needed, to accommodate all text inside an object.

Auto

The height will grow automatically to accommodate all text inside an object.

Exact

The height is specified exactly in points. If the text cannot fit inside the object of this height, it will appear truncated.