OleObject Methods
An OLE object.Name | Description |
---|---|
AsEmbeddedContent() |
Returns an object to operate OLE object content of embedded insert type (InsertType is Embedded ).
|
AsLinkedContent() |
Returns an object to operate OLE object content of linked insert type (InsertType is Linked ).
|
Delete() | Deletes a drawing object. Inherited from Shape. |
ExportToImage() | Saves the drawing object as an image. Inherited from Shape. |
ExportToImage(Stream, ImageFileFormat) | Saves the drawing object as an image in the specified format. Inherited from Shape. |
ExportToImage(String, ImageFileFormat) | Saves the drawing object as an image in the specified format. Inherited from Shape. |
GetChildren() | Retrieves the list of nested shapes and shape groups. Inherited from Shape. |
IncrementRotation(Int32) | Increments the rotation angle of the drawing object by the specified number of degrees. Inherited from Shape. |
InsertHyperlink(String, Boolean) | Associates a hyperlink with the drawing object. Inherited from Shape. |
Move(Single, Single) | Moves a floating object by a specified offset. Inherited from FloatingObject. |
RemoveHyperlink() | Removes the hyperlink associated with the current drawing object. Inherited from Shape. |
See Also