[]
Represents an object in the drawing layer, such as a shape or picture.
public interface IShape : IShapeBase, IDrawingObject
Public Interface IShape
Inherits IShapeBase, IDrawingObject
Name | Description |
---|---|
FormControlType | Gest the control type. |
Formula | Gets or sets the shape formula. |
Hyperlink | Gets an IHyperlink object that represents the hyperlink for the shape. |
IsEditing | Gets or sets a boolean value indicating whether the shape is editing. |
IsEditingText | Gets or sets a boolean value indicating whether the shape is in editing text. |
LockedText | Gets or sets a value indicating whether this shape is locked for editing text. |
Selected | Gets a value indicating whether this IShape is selected. |
ThreeD | Gets a IThreeDFormat object that contains 3D-effect formatting properties for the specified shape. |
Name | Description |
---|---|
Copy() | Copies the object to the clipboard. |
CopyPicture(CopyPictureFormat) | Copies the selected object to the clipboard as a picture. |
Cut() | Cuts the object to the clipboard. |
Duplicate() | Duplicates the object and returns a reference to the new copy. |
Name | Description |
---|---|
Action | Occurs when the shape is chosen. |