Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IShape Interface

In This Topic
    IShape Interface Methods
    In This Topic

    For a list of all members of this type, see IShape members.

    Public Methods
     NameDescription
     MethodDeletes the object.  
     MethodDuplicates the shape and returns a reference to the new copy.  
     MethodGenerate a new shape from the json string.  
     MethodGets a collection of adjustment values for the specified AutoShape or connector.  
     MethodReturns the shape type for the specified IShape object, which mustrepresent an AutoShape other than a line, freeform drawing, or connector.  
     MethodReturns the com.grapecity.documents.excel.IRange object that represents the cell that lies underthe lower-right corner of the object.  
     MethodReturns an object that represents the IChart contained in this shape.  
     MethodGets whether the specified shape is a connector.  
     MethodReturns the IConnectorFormat object that contains connectorformatting properties. Applies to IShape objects that representconnectors.  
     MethodGets the associated control.

    value: The associated control. @code:null if the shape is not a control.

     
     MethodReturns the IFillFormat object that contains fill formattingproperties for the specified chart or shape.  
     MethodGets the formula of the current shape.  
     MethodReturns the IGroupShapes object that represents the individual shapesin the specified group. Use the indexer of IGroupShapes to return asingle shape from the group.  
     MethodReturns information if the IShape contains a chart.  
     MethodReturns a Hyperlink object that represents the hyperlink for the shape.  
     MethodGets whether the object should be printed  
     MethodReturns the ILineFormat object that contains line formattingproperties for the specified shape.  
     MethodGets whether the object is locked (True if the object is locked, False if the object can be modified when the sheet is protected, read or write Boolean).  
     MethodReturns the name of the object.  
     MethodGets the shape's parent sheet  
     MethodReturns the IShape object that represents the common parent shape ofa child shape or a range of child shapes.  
     MethodReturns the IPictureFormat object that contains picture formattingproperties for the specified shape.  
     MethodReturns the way the object is attached to the cells below it.  
     MethodReturns the rotation of the shape in degrees.  
     MethodReturns the ITextFrame object that contains the text and font styleproperties for the specified shape.  
     MethodReturns the IThreeDFormat object that contains 3-D ¨C effectformatting properties for the specified shape.  
     MethodGets the title of the alternative text associated with the specified shape.  
     MethodReturns the com.grapecity.documents.excel.IRange object that represents the cell that lies underthe upper-left corner of the specified object.  
     MethodReturns the shape type  
     MethodDetermines whether the object is visible  
     MethodGets the position of the specified shape in the z-order.  
     MethodSets the shape type for the specified IShape object, which mustrepresent an AutoShape other than a line, freeform drawing, or connector.  
     MethodSets the formula of the current shape.  
     MethodSets whether the object should be printed  
     MethodSets whether the object is locked (True if the object is locked, False if the object can be modified when the sheet is protected, read or write Boolean).  
     MethodSets the name of the object.  
     MethodSets the way the object is attached to the cells below it.  
     MethodSets the rotation of the shape in degrees.  
     MethodSets the title of the alternative text associated with the specified shape.  
     MethodDetermines whether the object is visible  
     MethodOverloaded. Saves the shape to the specified image file.  
     MethodGenerates a json string from the shape.  
     MethodUngroups any grouped shapes in the specified shape or range of shapes. Disassembles pictures and OLE objects within the specified shape or range of shapes.  
     MethodMoves the specified shape in front of or behind other shapes in the collection (that is, changes the shape's position in the z-order).  
    Top
    See Also