Represents the format for OLE document. More...
Inherits Object.
Public Member Functions | |
| System::Guid | get_Guid () const |
| OleDocumentFormat (System::Guid guid) | |
| Initializes a new instance of the OleDocumentFormat class. More... | |
| bool | Equals (System::SharedPtr< System::Object > obj) override |
| Returns a value indicating whether this instance is equal to a specified object. More... | |
| int32_t | GetHashCode () const override |
| Returns the hash code of this instance. More... | |
| System::String | ToString () const override |
| Overridden. Returns a string representation of this instance. More... | |
Static Public Member Functions | |
| static System::SharedPtr< OleDocumentFormat > | get_MicrosoftOutlookMessage () |
| Microsoft outlook message format. More... | |
| static System::SharedPtr< OleDocumentFormat > | get_AdobeAcrobatDocument () |
| Adobe PDF format. More... | |
| static System::SharedPtr< OleDocumentFormat > | get_MicrosoftOfficeExcelWorksheet () |
| Microsoft office exccel format. More... | |
| static System::SharedPtr< OleDocumentFormat > | get_MicrosoftOfficeWordDocument () |
| Microsoft office word format. More... | |
| static System::SharedPtr< OleDocumentFormat > | get_MicrosoftPowerPointPresentation () |
| Microsoft power point format. More... | |
| static System::SharedPtr< OleDocumentFormat > | get_Paintbrush () |
| Paintbrush type. More... | |
| static System::SharedPtr< OleDocumentFormat > | get_MicrosoftPhotoEditor () |
| Microsoft Photo Editor type. More... | |
| static System::SharedPtr< OleDocumentFormat > | get_PictureMetafile () |
| Picture(Metafile) type. More... | |
| static System::SharedPtr< OleDocumentFormat > | get_Unknown () |
| Unknown type. More... | |
Friends | |
| class | Aspose::Email::Mapi::MapiMessage |
Represents the format for OLE document.
| Aspose::Email::Mapi::OleDocumentFormat::OleDocumentFormat | ( | System::Guid | guid | ) |
Initializes a new instance of the OleDocumentFormat class.
| guid | The guid of the ole document. |
|
override |
Returns a value indicating whether this instance is equal to a specified object.
| obj | The object to compare with this instance. |
|
static |
Adobe PDF format.
| System::Guid Aspose::Email::Mapi::OleDocumentFormat::get_Guid | ( | ) | const |
|
static |
Microsoft office exccel format.
|
static |
Microsoft office word format.
|
static |
Microsoft outlook message format.
|
static |
Microsoft Photo Editor type.
|
static |
Microsoft power point format.
|
static |
Paintbrush type.
|
static |
Picture(Metafile) type.
|
static |
Unknown type.
|
override |
Returns the hash code of this instance.
|
override |
Overridden. Returns a string representation of this instance.
|
friend |