:: com :: sun :: star :: document ::

deprecated interface XDocumentInfoSupplier
Usage Restrictions
deprecated
Deprecation Info
Use XDocumentPropertiesSupplier instead.
Description
through this interface documents can provide a DocumentInfo

A DocumentInfo is available on already opened documents only and must be provides by this supplier interface. Instead of that you can use the service StandaloneDocumentInfo to have access to such informations without opening the whole file. It read/write parts of the document, which include the required informations, only.

See also
DocumentInfo, StandaloneDocumentInfo
Developers Guide
OfficeDev - Component - Models - XDocumentInfoSupplier
Text - Settings - General Document Information

Methods' Summary
getDocumentInfo provides the document information object  
Methods' Details
getDocumentInfo
XDocumentInfo
getDocumentInfo();

Description
provides the document information object
Returns
an object of type DocumentInfo
Top of Page