API Reference

Enum

WordLineSpacingRule

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.

Inheritance

  • Enum
  • WordLineSpacingRule

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const WordLineSpacingRule Auto #

Represents the Open XML value auto.

Value: 0
public const WordLineSpacingRule Exact #

Represents the Open XML value exact.

Value: 1
public const WordLineSpacingRule AtLeast #

Represents the Open XML value atLeast.

Value: 2