Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / Placement Enumeration
In This Topic
    Placement Enumeration
    In This Topic
    Specifies the way an object is attached to its underlying cells.
    Members
    MemberDescription
    FreeFloatingSpecifies that an object is free floating.
    MoveSpecifies that an object is moved with the cells.
    MoveAndSizeSpecifies that an object is moved and sized with the cells.
    Inheritance Hierarchy

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

    See Also