OleFormat Interface
Contains OLE object characteristics.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Related API Members
The following members return OleFormat objects:
#Remarks
An OleFormat object allows you to obtain OLE object characteristics and extract embedded data. Use the Shape.Type property to determine whether a drawing object is an OLE object.
Member | Description |
---|---|
Ole |
Indicates whether the OLE object is embedded in the document or linked to an external file. |
Ole |
Indicates how the OLE object is displayed in the document (as an image or an icon). |
Ole |
Returns the content type associated with the OLE object. |
Ole |
Returns a path to the source file associated with the linked OLE object. |
Ole |
Specifies whether to automatically update the linked OLE object. |
Ole |
Specifies whether the linked OLE object can be updated. |
Ole |
Changes how the OLE object is displayed in the document. |
Ole |
Returns properties for the OLE object of the Package type. |
Ole |
Returns the embedded OLE object’s raw data. |
Ole |
Saves data of the embedded OLE object to a file. |