public class WorkbookMetadata
Constructor Summary |
---|
WorkbookMetadata(java.lang.StringfileName, MetadataOptions options)
Create the meta data object. |
Property Getters/Setters Summary | ||
---|---|---|
BuiltInDocumentPropertyCollection | getBuiltInDocumentProperties() | |
Returns a DocumentProperties collection that represents all the built-in document properties of the spreadsheet.
|
||
CustomDocumentPropertyCollection | getCustomDocumentProperties() | |
Returns a DocumentProperties collection that represents all the custom document properties of the spreadsheet.
|
||
MetadataOptions | getOptions() | |
Gets the options of the metadata.
|
Method Summary | ||
---|---|---|
void | save(java.lang.String fileName) | |
Save the modified metadata to the file.
|
public WorkbookMetadata(java.lang.String fileName, MetadataOptions options) throws java.lang.Exception
fileName
- options
- public MetadataOptions getOptions()
public BuiltInDocumentPropertyCollection getBuiltInDocumentProperties()
public CustomDocumentPropertyCollection getCustomDocumentProperties()