LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
XAnnotation.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
20
21
module
com
{ module sun { module star { module office {
22
23
26
interface
XAnnotation
27
{
29
interface ::com::sun::star::beans::XPropertySet;
30
33
interface ::com::sun::star::lang::XComponent;
34
36
[attribute, readonly] any
Anchor
;
37
41
[attribute]
::com::sun::star::geometry::RealPoint2D
Position
;
42
45
[attribute]
::com::sun::star::geometry::RealSize2D
Size
;
46
48
[attribute]
string
Author
;
49
51
[attribute]
string
Initials
;
52
54
[attribute]
::com::sun::star::util::DateTime
DateTime
;
55
57
[attribute, readonly]
::com::sun::star::text::XText
TextRange
;
58
};
59
60
61
}; }; }; };
62
63
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::office::XAnnotation
This interface gives access to an annotation inside a document.
Definition
XAnnotation.idl:27
com::sun::star::office::XAnnotation::Author
string Author
stores the full name of the author who created this annotation.
Definition
XAnnotation.idl:48
com::sun::star::office::XAnnotation::Initials
string Initials
stores the initials of the author who created this annotation.
Definition
XAnnotation.idl:51
com::sun::star::office::XAnnotation::TextRange
::com::sun::star::text::XText TextRange
gives access to the annotations text.
Definition
XAnnotation.idl:57
com::sun::star::office::XAnnotation::Anchor
any Anchor
a reference to the document content this annotation is anchored to.
Definition
XAnnotation.idl:36
com::sun::star::office::XAnnotation::DateTime
::com::sun::star::util::DateTime DateTime
stores the date and time this annotation was last edited.
Definition
XAnnotation.idl:54
com::sun::star::office::XAnnotation::Position
::com::sun::star::geometry::RealPoint2D Position
this is an optional position that gives the user interface a hint where the annotation should be rend...
Definition
XAnnotation.idl:41
com::sun::star::office::XAnnotation::Size
::com::sun::star::geometry::RealSize2D Size
this is an optional size that gives the user interface a hint how large the annotation should be rend...
Definition
XAnnotation.idl:45
com::sun::star::text::XText
extends a XSimpleText by the capability of inserting XTextContents.
Definition
XText.idl:29
com
Definition
Ambiguous.idl:20
com::sun::star::geometry::RealPoint2D
This structure defines a two-dimensional point.
Definition
RealPoint2D.idl:30
com::sun::star::geometry::RealSize2D
This structure contains data representing a two-dimensional size.
Definition
RealSize2D.idl:29
com::sun::star::util::DateTime
represents a combined date+time value.
Definition
DateTime.idl:27
com
sun
star
office
XAnnotation.idl
Generated by
1.17.0