LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
EnhancedCustomShapeParameterType.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
24
28{
31 const short NORMAL = 0;
32
35 const short EQUATION = 1;
36
39 const short ADJUSTMENT = 2;
40
43 const short LEFT = 3;
44
47 const short TOP = 4;
48
51 const short RIGHT = 5;
52
55 const short BOTTOM = 6;
56
59 const short XSTRETCH = 7;
60
63 const short YSTRETCH = 8;
64
67 const short HASSTROKE = 9;
68
71 const short HASFILL = 10;
72
75 const short WIDTH = 11;
76
79 const short HEIGHT = 12;
80
83 const short LOGWIDTH = 13;
84
87 const short LOGHEIGHT = 14;
88};
89
90
91 }; }; }; };
92
93/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
defines how an EnhancedCustomShapeParameter has to be interpreted
Definition EnhancedCustomShapeParameterType.idl:28
const short RIGHT
the logical right border of the CustomShape is used
Definition EnhancedCustomShapeParameterType.idl:51
const short BOTTOM
the logical bottom border of the CustomShape is used
Definition EnhancedCustomShapeParameterType.idl:55
const short LEFT
the logical left border of the CustomShape is used
Definition EnhancedCustomShapeParameterType.idl:43
const short ADJUSTMENT
the value of the point component has to be interpreted as index into the list of AdjustmentValues
Definition EnhancedCustomShapeParameterType.idl:39
const short HEIGHT
The height of the svg:viewBox is used.
Definition EnhancedCustomShapeParameterType.idl:79
const short NORMAL
the value of the point component is normal, the Coordinate is taken as it is
Definition EnhancedCustomShapeParameterType.idl:31
const short HASFILL
If the shape has a fill style, a value of 1 is used.
Definition EnhancedCustomShapeParameterType.idl:71
const short TOP
the logical top border of the CustomShape is used
Definition EnhancedCustomShapeParameterType.idl:47
const short LOGWIDTH
The logical width of the shape is used.
Definition EnhancedCustomShapeParameterType.idl:83
const short WIDTH
The width of the svg:viewBox is used.
Definition EnhancedCustomShapeParameterType.idl:75
const short HASSTROKE
If the shape has a line style, a value of 1 is used.
Definition EnhancedCustomShapeParameterType.idl:67
const short YSTRETCH
the y value of the stretch point is used
Definition EnhancedCustomShapeParameterType.idl:63
const short XSTRETCH
the x value of the stretch point is used
Definition EnhancedCustomShapeParameterType.idl:59
const short LOGHEIGHT
The logical height of the shape is used.
Definition EnhancedCustomShapeParameterType.idl:87
const short EQUATION
the value of the point component has to be interpreted as index to an Equation
Definition EnhancedCustomShapeParameterType.idl:35
Definition Ambiguous.idl:20