:: com :: sun :: star :: sdb ::

unpublished service DocumentDefinition
Description
specifies documents which belong to a database source.

These documents typically process information from a connected data source. A Document could be a form or a report.


Exported Interfaces
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.
Properties' Summary
[ readonly ] string
Name
is the name of the document. If the document is part of the container, it is not possible to alter the name.  
[ readonly ] boolean
AsTemplate
Indicates if the document is to be used as template, for example, if a report is to be filled with data.  
Properties' Details
Name
[ readonly ] string Name;
Description
is the name of the document. If the document is part of the container, it is not possible to alter the name.
AsTemplate
[ readonly ] boolean AsTemplate;
Description
Indicates if the document is to be used as template, for example, if a report is to be filled with data.

 
Top of Page