OO-Snippets: Read Writer Document Properties: Title, Subject, Keywords, Comments, etc.

Commons

Keywordstitle, subject, keywords, comments, properties, writer, document
LanguageJava
ApplicationWriter
AuthorsVincenzo Giuliano
Supported Versions
Supported OS
Question

How can I read the writer document properties (File -> Properties ->) in Java code?

Answer

You have need to XPropertySet belong to XDocumentInfo interface

Code-Snippet-Listing (snippet-source)

Changelog

DateUserModification
2006-02-15vgiuliano@sp-process.itInitial version

and