OleFormat Members
In This Article
#Properties
Name | Description |
---|---|
Auto |
Returns or specifies whether the OLE object’s link is automatically updated when the document is opened in Microsoft® Word®. |
Insert |
Indicates whether the OLE object is embedded in the document or linked to a file. |
Is |
Returns or specifies whether a linked OLE object can be updated. |
Object |
Indicates how the OLE object is displayed in the document (as an image or an icon). |
Ole |
Returns properties for the OLE object of the Package type. |
Prog |
Returns the programmatic identifier for an OLE object or Active |
Source |
Returns the path to the source file associated with the linked OLE object. |
#Methods
Name | Description |
---|---|
Change |
Changes the display style for the OLE object. |
Change |
Changes the display style for the OLE object. |
Get |
Returns the embedded OLE object’s raw data. |
Save |
Saves data of the embedded OLE object to a stream. |
Save |
Saves data of the embedded OLE object to a file. |
See Also