Version

ParagraphAlignment Enumeration

Constants which specify the alignment for a paragraph or table.
Syntax
'Declaration
 
Public Enum ParagraphAlignment 
   Inherits System.Enum
public enum ParagraphAlignment : System.Enum 
Members
MemberDescription
BothSpecifies that the text is justified between both of the text margins in the document.
CenterSpecifies that the text is centered on the line between both of the text margins in the document.
DistributeSpecifies that the text is justified between both of the text margins in the document.
HighKashidaSpecifies that the kashida length for text in the current paragraph is extended to its widest possible length. Note: This setting only affects kashidas, which are special characters used to extend the joiner between two Arabic characters.
LeftSpecifies that the text is aligned on the left text margin in the document.
LowKashidaSpecifies that the kashida length for text in the current paragraph is extended to a slightly longer length. Note: This setting only affects kashidas, which are special characters used to extend the joiner between two Arabic characters.
MediumKashidaSpecifies that the kashida length for text in the current paragraph is extended to a medium length determined by the consumer. Note: This setting only affects kashidas, which are special characters used to extend the joiner between two Arabic characters.
NumTabSpecifies that the text is aligned to the list tab, which is the tab stop after the numbering for the current paragraph.
RightSpecifies that the text is aligned on the right text margin in the document.
ThaiDistributeSpecifies that the text is justified with an optimization for Thai. Note: This type of justification affects both the interword spacing on each line and the inter-character spacing between each word when justifying its contents, unlike the 'Both' setting. This difference is created in that the inter-character space is increased slightly in order to ensure that the additional space created by the justification is reduced.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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