com.aspose.cells
Class WorkbookMetadata

java.lang.Object
    extended by com.aspose.cells.WorkbookMetadata

public class WorkbookMetadata 
extends java.lang.Object

Represents the meta data.


Constructor Summary
WorkbookMetadata(java.lang.String fileName, MetadataOptions options)
           Create the meta data object.
 
Property Getters/Setters Summary
BuiltInDocumentPropertyCollectiongetBuiltInDocumentProperties()
           Returns a DocumentProperty collection that represents all the built-in document properties of the spreadsheet.
CustomDocumentPropertyCollectiongetCustomDocumentProperties()
           Returns a DocumentProperty collection that represents all the custom document properties of the spreadsheet.
MetadataOptionsgetOptions()
           Gets the options of the metadata.
 
Method Summary
voidsave(java.lang.String fileName)
           Save the modified metadata to the file.
 

Constructor Detail

WorkbookMetadata

public WorkbookMetadata(java.lang.String fileName, MetadataOptions options)
                 throws java.lang.Exception
Create the meta data object.
Parameters:
fileName -
options -

Property Getters/Setters Detail

getOptions

public MetadataOptions getOptions()
Gets the options of the metadata.

getBuiltInDocumentProperties

public BuiltInDocumentPropertyCollection getBuiltInDocumentProperties()
Returns a DocumentProperty collection that represents all the built-in document properties of the spreadsheet.

getCustomDocumentProperties

public CustomDocumentPropertyCollection getCustomDocumentProperties()
Returns a DocumentProperty collection that represents all the custom document properties of the spreadsheet.

Method Detail

save

public void save(java.lang.String fileName)
         throws java.lang.Exception
Save the modified metadata to the file.
Parameters:
fileName - The file name.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.