OleFormat Properties
Contains OLE object characteristics.| Name | Description |
|---|---|
| AutoUpdate | Returns or specifies whether the OLE object’s link is automatically updated when the document is opened in Microsoft® Word®. |
| InsertType | Indicates whether the OLE object is embedded in the document or linked to a file. |
| IsLocked | Returns or specifies whether a linked OLE object can be updated. |
| ObjectRepresentation | Indicates how the OLE object is displayed in the document (as an image or an icon). |
| OlePackage | Returns properties for the OLE object of the Package type. |
| ProgId | Returns the programmatic identifier for an OLE object or ActiveX control. Inherited from ObjectFormatBase. |
| SourceFileName | Returns the path to the source file associated with the linked OLE object. |
See Also