Represents the meta data. More...
Inherits Object.
Public Member Functions | |
virtual intrusive_ptr< Aspose::Cells::Metadata::IMetadataOptions > | GetIOptions ()=0 |
Gets the options of the metadata. More... | |
virtual intrusive_ptr< Aspose::Cells::Properties::IBuiltInDocumentPropertyCollection > | GetIBuiltInDocumentProperties ()=0 |
Returns a DocumentProperties collection that represents all the built-in document properties of the spreadsheet. More... | |
virtual intrusive_ptr< Aspose::Cells::Properties::ICustomDocumentPropertyCollection > | GetICustomDocumentProperties ()=0 |
Returns a DocumentProperties collection that represents all the custom document properties of the spreadsheet. More... | |
virtual void | Save (intrusive_ptr< Aspose::Cells::Systems::String > fileName)=0 |
Save the modified metadata to the file. More... | |
virtual void | Save (intrusive_ptr< Aspose::Cells::Systems::IO::Stream > stream)=0 |
Save the modified metadata to the stream. More... | |
Represents the meta data.
The following example creates an IWorkbookMetadata.
|
pure virtual |
Returns a DocumentProperties collection that represents all the built-in document properties of the spreadsheet.
|
pure virtual |
Returns a DocumentProperties collection that represents all the custom document properties of the spreadsheet.
|
pure virtual |
Gets the options of the metadata.
|
pure virtual |
Save the modified metadata to the file.
fileName | The file name. |
|
pure virtual |
Save the modified metadata to the stream.
stream | The stream. |