API Reference

Enum

WordTabLeader

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

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

Inheritance

  • Enum
  • WordTabLeader

Usage

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

Accepted by parameters

Values

public const WordTabLeader None #

Represents the Open XML value none.

Value: 0
public const WordTabLeader Dot #

Represents the Open XML value dot.

Value: 1
public const WordTabLeader Hyphen #

Represents the Open XML value hyphen.

Value: 2
public const WordTabLeader Underscore #

Represents the Open XML value underscore.

Value: 3
public const WordTabLeader Heavy #

Represents the Open XML value heavy.

Value: 4
public const WordTabLeader MiddleDot #

Represents the Open XML value middleDot.

Value: 5