com.aspose.cells

Class WorkbookMetadata

  • java.lang.Object
    • com.aspose.cells.WorkbookMetadata
public class WorkbookMetadata 
extends java.lang.Object

Represents the meta data.

Constructor Summary
WorkbookMetadata(java.lang.StringfileName, MetadataOptions options)
Create the meta data object.
 
Property Getters/Setters Summary
BuiltInDocumentPropertyCollectiongetBuiltInDocumentProperties()
Returns a DocumentProperties collection that represents all the built-in document properties of the spreadsheet.
CustomDocumentPropertyCollectiongetCustomDocumentProperties()
Returns a DocumentProperties 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 DocumentProperties collection that represents all the built-in document properties of the spreadsheet.
      • getCustomDocumentProperties

        public CustomDocumentPropertyCollection getCustomDocumentProperties()
        
        Returns a DocumentProperties 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.