Version

NumberAlignment Enumeration

Determines how a paragraph numbers will be aligned.
Syntax
'Declaration
 
Public Enum NumberAlignment 
   Inherits System.Enum
public enum NumberAlignment : System.Enum 
Members
MemberDescription
CenterSpecifies that each paragraph number will be centered at the indent specified for that level.
EndSpecifies that each paragraph number's right edge will be aligned at the indent specified for that level, i.e. the number will start to the left of the indent and run up to the indent.
StartSpecifies that each paragraph number's left edge will be aligned at the indent specified for that level, i.e. the number will start at the indent and take up space to the right of the indent.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also