OleObject
Contents
[
Hide
]OleObject class
Represents an OLE object which can be inserter into Gantt Chart View of an MPP file.
The OleObject type exposes the following members:
Constructors
| Name | Description |
|---|---|
| OleObject() | Initializes a new instance of the OleObject class. |
Properties
| Name | Description |
|---|---|
| name | Gets or sets the name of the instance of the OLE object. |
| application_name | Gets or sets the application name to open the embedded object with. |
| file_format | Gets or sets the file format of the embedded object. |
| content | Gets or sets the embedded file’s data; null if no data was embedded. |
| label | Gets or sets the label of the inserted object. |
| full_path | Gets or sets the full path of the inserted object. |
| temporary_file | Gets or sets the path to the temporary file of the inserted object. |
| display_as_icon | Gets or sets a flag indicating that OLE object should be shown either as an icon or as its regular picture. |
| linked | Gets a value indicating whether the project file contains only a link to the actual data stored at the link source. |
| view | Gets or sets the instance of the view class the inserted object belongs to. |
| id | Gets or sets the object id. |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks