LibreOffice
LibreOffice 7.4 SDK API Reference
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 #ifndef __com_sun_star_drawing_EnhancedCustomShapeParameterType_idl__
20 #define __com_sun_star_drawing_EnhancedCustomShapeParameterType_idl__
21 
22 
23 
24  module com { module sun { module star { module drawing {
25 
26 
29 constants EnhancedCustomShapeParameterType
30 {
33  const short NORMAL = 0;
34 
37  const short EQUATION = 1;
38 
41  const short ADJUSTMENT = 2;
42 
45  const short LEFT = 3;
46 
49  const short TOP = 4;
50 
53  const short RIGHT = 5;
54 
57  const short BOTTOM = 6;
58 
61  const short XSTRETCH = 7;
62 
65  const short YSTRETCH = 8;
66 
69  const short HASSTROKE = 9;
70 
73  const short HASFILL = 10;
74 
77  const short WIDTH = 11;
78 
81  const short HEIGHT = 12;
82 
85  const short LOGWIDTH = 13;
86 
89  const short LOGHEIGHT = 14;
90 };
91 
92 
93  }; }; }; };
94 
95 #endif
96 
97 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short RIGHT
the logical right border of the CustomShape is used
Definition: EnhancedCustomShapeParameterType.idl:53
const short BOTTOM
the logical bottom border of the CustomShape is used
Definition: EnhancedCustomShapeParameterType.idl:57
const short LEFT
the logical left border of the CustomShape is used
Definition: EnhancedCustomShapeParameterType.idl:45
const short ADJUSTMENT
the value of the point component has to be interpreted as index into the list of AdjustmentValues
Definition: EnhancedCustomShapeParameterType.idl:41
const short HEIGHT
The height of the svg:viewBox is used.
Definition: EnhancedCustomShapeParameterType.idl:81
const short NORMAL
the value of the point component is normal, the Coordinate is taken as it is
Definition: EnhancedCustomShapeParameterType.idl:33
const short HASFILL
If the shape has a fill style, a value of 1 is used.
Definition: EnhancedCustomShapeParameterType.idl:73
const short TOP
the logical top border of the CustomShape is used
Definition: EnhancedCustomShapeParameterType.idl:49
const short LOGWIDTH
The logical width of the shape is used.
Definition: EnhancedCustomShapeParameterType.idl:85
const short WIDTH
The width of the svg:viewBox is used.
Definition: EnhancedCustomShapeParameterType.idl:77
const short HASSTROKE
If the shape has a line style, a value of 1 is used.
Definition: EnhancedCustomShapeParameterType.idl:69
const short YSTRETCH
the y value of the stretch point is used
Definition: EnhancedCustomShapeParameterType.idl:65
const short XSTRETCH
the x value of the stretch point is used
Definition: EnhancedCustomShapeParameterType.idl:61
const short LOGHEIGHT
The logical height of the shape is used.
Definition: EnhancedCustomShapeParameterType.idl:89
const short EQUATION
the value of the point component has to be interpreted as index to an Equation
Definition: EnhancedCustomShapeParameterType.idl:37
Definition: Ambiguous.idl:22