Name | Description | |
---|---|---|
delete | Deletes the object. | |
duplicate | Duplicates the shape and returns a reference to the new copy. | |
fromJson | Generate a new shape from the json string. | |
getAdjustments | Gets a collection of adjustment values for the specified AutoShape or connector. | |
getAutoShapeType | Returns the shape type for the specified IShape object, which mustrepresent an AutoShape other than a line, freeform drawing, or connector. | |
getBottomRightCell | Returns the com.grapecity.documents.excel.IRange object that represents the cell that lies underthe lower-right corner of the object. | |
getChart | Returns an object that represents the IChart contained in this shape. | |
getConnector | Gets whether the specified shape is a connector. | |
getConnectorFormat | Returns the IConnectorFormat object that contains connectorformatting properties. Applies to IShape objects that representconnectors. | |
getControl | Gets the associated control.
value: The associated control. @code:null if the shape is not a control. | |
getFill | Returns the IFillFormat object that contains fill formattingproperties for the specified chart or shape. | |
getFormula | Gets the formula of the current shape. | |
getGroupItems | Returns the IGroupShapes object that represents the individual shapesin the specified group. Use the indexer of IGroupShapes to return asingle shape from the group. | |
getHasChart | Returns information if the IShape contains a chart. | |
getHyperlink | Returns a Hyperlink object that represents the hyperlink for the shape. | |
getIsPrintable | Gets whether the object should be printed. | |
getLine | Returns the ILineFormat object that contains line formattingproperties for the specified shape. | |
getLocked | Gets 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). | |
getName | Returns the name of the object. | |
getParent | Gets the shape's parent sheet. | |
getParentGroup | Returns the IShape object that represents the common parent shape ofa child shape or a range of child shapes. | |
getPictureFormat | Returns the IPictureFormat object that contains picture formattingproperties for the specified shape. | |
getPlacement | Returns the way the object is attached to the cells below it. | |
getRotation | Returns the rotation of the shape in degrees. | |
getTextFrame | Returns the ITextFrame object that contains the text and font styleproperties for the specified shape. | |
getThreeD | Returns the IThreeDFormat object that contains 3-D ¨C effectformatting properties for the specified shape. | |
getTitle | Gets the title of the alternative text associated with the specified shape. | |
getTopLeftCell | Returns the com.grapecity.documents.excel.IRange object that represents the cell that lies underthe upper-left corner of the specified object. | |
getType | Returns the shape type. | |
getVisible | Gets whether the object is visible. | |
getZOrderPosition | Gets the position of the specified shape in the z-order. | |
setAutoShapeType | Sets the shape type for the specified IShape object, which mustrepresent an AutoShape other than a line, freeform drawing, or connector. | |
setFormula | Sets the formula of the current shape. | |
setIsPrintable | Sets whether the object should be printed. | |
setLocked | Sets 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). | |
setName | Sets the name of the object. | |
setPlacement | Sets the way the object is attached to the cells below it. | |
setRotation | Sets the rotation of the shape in degrees. | |
setTitle | Sets the title of the alternative text associated with the specified shape. | |
setVisible | Sets whether the object is visible. | |
toImage | Overloaded. Saves the shape to the specified image file. | |
toJson | Generates a json string from the shape. | |
ungroup | Ungroups any grouped shapes in the specified shape or range of shapes. Disassembles pictures and OLE objects within the specified shape or range of shapes. | |
zOrder | Moves the specified shape in front of or behind other shapes in the collection (that is, changes the shape's position in the z-order). |