ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / RtfHorizontalAlignment Enumeration

In This Topic
    RtfHorizontalAlignment Enumeration
    In This Topic
    The horizontal (or may be vertical) alignment enumeration of paragraphs, pictures and others objects.
    Syntax
    'Declaration
     
    Public Enum RtfHorizontalAlignment 
       Inherits System.Enum
    public enum RtfHorizontalAlignment : System.Enum 
    Members
    MemberDescription
    CenterCenter alignment of the paragraph.
    JustifyJustify alignment of the paragraph.
    LeftLeft alignment of the paragraph.
    RightRight alignment of the paragraph.
    UndefinedUndefined alignment of the paragraph.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Word.RtfHorizontalAlignment

    See Also