Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ParagraphAlignment Enumeration

In This Topic
    ParagraphAlignment Enumeration
    In This Topic
    Specifies text alignment in a paragraph.
    Syntax
    'Declaration
     
    Public Enum ParagraphAlignment 
       Inherits System.Enum
    public enum ParagraphAlignment : System.Enum 
    Members
    MemberDescription
    Both Text is aligned to both left and right.
    Center Text is centered horizontally.
    Distribute Text is evenly distributed.
    End Text is aligned to the end.
    HighKashida Arabic only. Kashida length for text is extended to its widest possible length.
    Left Text is aligned to the left.
    LowKashida Arabic only. Kashida length for text is extended to a slightly longer length.
    MediumKashida Arabic only. Kashida length for text is extended to a medium length determined by the consumer.
    NumTab Align to list tab.
    Right Text is aligned to the right.
    Start Text is aligned to the start.
    ThaiDistribute Thai only. Text is justified with an optimization for Thai.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.ParagraphAlignment

    See Also