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

In This Topic
    VerticalPosition Enumeration
    In This Topic
    Chooses the relative vertical position for an anchored object.
    Syntax
    'Declaration
     
    Public Enum VerticalPosition 
       Inherits System.Enum
    public enum VerticalPosition : System.Enum 
    Members
    MemberDescription
    CharBottomInThe object bottom side coincides with anchor line (character) bottom side.
    CharBottomOutThe object top side coincides with anchor line (character) bottom side.
    CharCenterThe object center coincides with anchor line (character) center.
    CharTopInThe object top side coincides with anchor line (character) top side.
    CharTopOutThe object bottom side coincides with anchor line (character) top side.
    ContentBottomInThe object bottom side coincides with anchor content bottom side.
    ContentBottomOutThe object top side coincides with anchor content bottom side.
    ContentCenterThe object center coincides with anchor content center.
    ContentTopInThe object top side coincides with anchor content top side.
    ContentTopOutThe object bottom side coincides with anchor content top side.
    FixedBottomThe object bottom side is set to some fixed position.
    FixedCenterThe object center is set to some fixed position.
    FixedTopThe object top side is set to some fixed position.
    MarginBottomInThe object bottom side coincides with the bottom margin of the layout box.
    MarginBottomOutThe object top side coincides with the bottom margin of the layout box.
    MarginCenterThe object center coincides with the layout box center.
    MarginTopInThe object top side coincides with the top margin of the layout box.
    MarginTopOutThe object bottom side coincides with the top margin of the layout box.
    ParagraphBottomInThe object bottom side coincides with anchor paragraph bottom side (horizontal text) or bottom margin (vertical text).
    ParagraphBottomOutThe object top side coincides with anchor paragraph bottom side (horizontal text) or bottom margin (vertical text).
    ParagraphCenterThe object center coincides with anchor paragraph center.
    ParagraphTopInThe object top side coincides with anchor paragraph top side (horizontal text) or top margin (vertical text).
    ParagraphTopOutThe object bottom side coincides with anchor paragraph top side (horizontal text) or top margin (vertical text).
    Inheritance Hierarchy

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

    See Also