LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
ConnectionType.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
22
module
com
{ module sun { module star { module drawing {
23
27
published
enum
ConnectionType
28
{
31
AUTO
,
32
35
LEFT
,
36
39
TOP
,
40
43
RIGHT
,
44
47
BOTTOM
,
48
51
SPECIAL
52
53
};
54
55
56
}; }; }; };
57
58
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::drawing::AUTO
@ AUTO
the connection point is chosen automatically,
Definition
ConnectionType.idl:31
com::sun::star::drawing::BOTTOM
@ BOTTOM
the connection line leaves the connected object from the bottom,
Definition
Alignment.idl:36
com::sun::star::drawing::TOP
@ TOP
the connection line leaves the connected object from the top,
Definition
Alignment.idl:30
com::sun::star::drawing::ConnectionType
ConnectionType
the direction where the connection line leaves the connection point.
Definition
ConnectionType.idl:28
com::sun::star::drawing::SPECIAL
@ SPECIAL
not implemented, yet.
Definition
ConnectionType.idl:51
com::sun::star::drawing::LEFT
@ LEFT
the connection line leaves the connected object to the left,
Definition
Alignment.idl:32
com::sun::star::drawing::RIGHT
@ RIGHT
the connection line leaves the connected object to the right,
Definition
Alignment.idl:34
com
Definition
Ambiguous.idl:20
com
sun
star
drawing
ConnectionType.idl
Generated by
1.17.0