Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / TextureAlignment Enumeration
In This Topic
    TextureAlignment Enumeration
    In This Topic
    Specifies the alignment (the origin of the coordinate grid) for the tiling of the texture fill.
    Members
    MemberDescription
    BottomSpecifies the bottom alignment.
    BottomLeftSpecifies the bottom-left alignment.
    BottomRightSpecifies the bottom-right alignment.
    CenterSpecifies the center alignment.
    LeftSpecifies the left alignment.
    RightSpecifies the right alignment.
    TopSpecifies the top alignment.
    TopLeftSpecifies the top-left alignment.
    TopRightSpecifies the top-right alignment.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.TextureAlignment

    See Also