Lines Matching refs:a
9 * with the License. You may obtain a copy of the License at
37 /** specifies a sub document of a <type>OfficeDatabaseDocument</type>.
39 <p>Usual instances of a <code>DocumentDefinition</code> are forms and reports.</p>
43 but only a shortcut to access and load those actual documents.</p>
47 /** provides functionality for treating the object as part of a hierarchy
48 of a database document's sub documents.
51 … of a <code>DocumentDefinition</code> supports at least the following commands, additionally to
60 … <li><strong>preview</strong>: retrieves an image showing a preview of the sub document.</li>
66 … of the <code>execute</code> command is a <code>boolean</code> value indicating whether
68 … third parties, for instance, because the user opened a dialog modal to the sub document,
69 or a long-running task such as printing is currently running.</li>
88 …/** Indicates if the document is to be used as template, for example, if a report is to be filled …