[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.LineSpacingRule

LineSpacingRule Enum

Specifies line spacing values for a paragraph.

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

Fields

Name Description
AtLeast

The line spacing can be greater than or equal to, but never less than, the value specified in the LineSpacing property.

Auto

Automatically determined line height.

Exact

The line spacing never changes from the value specified in the LineSpacing property, even if a larger font is used within the paragraph.