Version

ParagraphAlignment Enumeration

Determines how text will be aligned horizontally.
Syntax
'Declaration
 
Public Enum ParagraphAlignment 
   Inherits System.Enum
public enum ParagraphAlignment : System.Enum 
Members
MemberDescription
CenterSpecifies that the text shall be centered on the line between both of the text margins in the document
DistributeDistribute All Characters Equally
EndSpecifies that the text shall be aligned on the trailing text margin in the document (right for left-to-right paragraphs; left for right-to-left paragraphs).
JustifySpecifies that the text shall be justified between both of the text margins in the document.
StartSpecifies that the text shall be aligned on the leading text margin in the document (left for left-to-right paragraphs; right for right-to-left paragraphs).
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