LibreOffice
LibreOffice 24.2 SDK API Reference
XDocumentProperties2.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
9 
10 module com { module sun { module star { module document {
11 
17 {
19  [attribute] sequence< string > Contributor;
20 
22  [attribute] string Coverage;
23 
25  [attribute] string Identifier;
26 
28  [attribute] sequence< string > Publisher;
29 
36  [attribute] sequence< string > Relation;
37 
39  [attribute] string Rights;
40 
42  [attribute] string Source;
43 
45  [attribute] string Type;
46 };
47 
48 
49 }; }; }; };
50 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
Extends XDocumentProperties interface to provide additional attributes.
Definition: XDocumentProperties2.idl:16
string Source
Unique identifier of the work from which this resource was derived.
Definition: XDocumentProperties2.idl:42
Definition: Ambiguous.idl:20
provides document-specific information such as the author, creation date, and user-defined fields...
Definition: XDocumentProperties.idl:43
sequence< string > Publisher
Entities responsible for making the resource available.
Definition: XDocumentProperties2.idl:28
string Coverage
The extent or scope of the resource.
Definition: XDocumentProperties2.idl:22
sequence< string > Relation
Relationships to other documents.
Definition: XDocumentProperties2.idl:36
sequence< string > Contributor
Contributors to the resource (other than the authors).
Definition: XDocumentProperties2.idl:19
string Identifier
Unique identifier of the resource.
Definition: XDocumentProperties2.idl:25
string Rights
Informal rights statement.
Definition: XDocumentProperties2.idl:39
string Type
The nature or genre of the resource.
Definition: XDocumentProperties2.idl:45