Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / HorizontalPosition Enumeration

In This Topic
    HorizontalPosition Enumeration
    In This Topic
    Chooses the relative horizontal position for an anchored object.
    Syntax
    'Declaration
     
    Public Enum HorizontalPosition 
       Inherits System.Enum
    public enum HorizontalPosition : System.Enum 
    Members
    MemberDescription
    CharCenterThe object center coincides with anchor character (line) center.
    CharLeftInThe object left side coincides with anchor character (line) left side.
    CharLeftOutThe object right side coincides with anchor character (line) left side.
    CharRightInThe object right side coincides with anchor character (line) right side.
    CharRightOutThe object left side coincides with anchor character (line) right side.
    ContentCenterThe object center coincides with anchor content center.
    ContentLeftInThe object left side coincides with anchor content left side.
    ContentLeftOutThe object right side coincides with anchor content left side.
    ContentRightInThe object right side coincides with anchor content right side.
    ContentRightOutThe object left side coincides with anchor content right side.
    FixedCenterThe object center is set to some fixed position.
    FixedLeftThe object left side is set to some fixed position.
    FixedRightThe object right side is set to some fixed position.
    MarginCenterThe object center coincides with the layout box center.
    MarginLeftInThe object left side coincides with the left margin of the layout box.
    MarginLeftOutThe object right side coincides with the left margin of the layout box.
    MarginRightInThe object right side coincides with the right margin of the layout box.
    MarginRightOutThe object left side coincides with the right margin of the layout box.
    ParagraphCenterThe object center coincides with anchor paragraph center.
    ParagraphLeftInThe object left side coincides with anchor paragraph left side (vertical text) or left margin (horizontal text).
    ParagraphLeftOutThe object right side coincides with anchor paragraph left side (vertical text) or left margin (horizontal text).
    ParagraphRightInThe object right side coincides with anchor paragraph right side (vertical text) or right margin (horizontal text).
    ParagraphRightOutThe object left side coincides with anchor paragraph right side (vertical text) or right margin (horizontal text).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Text.HorizontalPosition

    See Also