DrawingObject.OleFormat Property
Returns the OLE object’s characteristics.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Property Value
Type | Description |
---|---|
Ole |
An object that contains OLE object settings. |
#Remarks
Use the OleFormat property to obtain OLE object characteristics and extract embedded data. The Shape.Type property helps you distinguish between different drawing object types in the document.
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. |