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

interface XDocumentInfoSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDocumentInfoSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
through this interface documents can provide a ::com::sun::star::document::DocumentInfo

A ::com::sun::star::document::DocumentInfo is available on already opened documents only and must be provides by this supplier interface. Instead of that you can use the service ::com::sun::star::document::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
::com::sun::star::document::DocumentInfo
See also
::com::sun::star::document::StandaloneDocumentInfo
Developers Guide
6.1.3 Office Development - OpenOffice.org Application Environment - Using the Component Framework - Models - XDocumentInfoSupplier
7.4.2 Text Documents - Overall Document Features - Settings - General Document Information

Methods' Summary
getDocumentInfo provides the document information object  
Methods' Details
getDocumentInfo
::com::sun::star::document::XDocumentInfo
getDocumentInfo();

Description
provides the document information object
Returns
an object of type ::com::sun::star::document::DocumentInfo
Top of Page