1*b63233d8Sdamjan/**************************************************************
2*b63233d8Sdamjan *
3*b63233d8Sdamjan * Licensed to the Apache Software Foundation (ASF) under one
4*b63233d8Sdamjan * or more contributor license agreements.  See the NOTICE file
5*b63233d8Sdamjan * distributed with this work for additional information
6*b63233d8Sdamjan * regarding copyright ownership.  The ASF licenses this file
7*b63233d8Sdamjan * to you under the Apache License, Version 2.0 (the
8*b63233d8Sdamjan * "License"); you may not use this file except in compliance
9*b63233d8Sdamjan * with the License.  You may obtain a copy of the License at
10*b63233d8Sdamjan *
11*b63233d8Sdamjan *   http://www.apache.org/licenses/LICENSE-2.0
12*b63233d8Sdamjan *
13*b63233d8Sdamjan * Unless required by applicable law or agreed to in writing,
14*b63233d8Sdamjan * software distributed under the License is distributed on an
15*b63233d8Sdamjan * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b63233d8Sdamjan * KIND, either express or implied.  See the License for the
17*b63233d8Sdamjan * specific language governing permissions and limitations
18*b63233d8Sdamjan * under the License.
19*b63233d8Sdamjan *
20*b63233d8Sdamjan *************************************************************/
21*b63233d8Sdamjan
22*b63233d8Sdamjan
23*b63233d8Sdamjan#ifndef __ooo_vba_office_MsoPresetTextEffectShape_idl__
24*b63233d8Sdamjan#define __ooo_vba_office_MsoPresetTextEffectShape_idl__
25*b63233d8Sdamjan
26*b63233d8Sdamjanmodule ooo { module vba { module office {
27*b63233d8Sdamjan    constants MsoPresetTextEffectShape {
28*b63233d8Sdamjan        const long msoTextEffectShapeArchDownCurve = 10;
29*b63233d8Sdamjan        const long msoTextEffectShapeArchDownPour = 14;
30*b63233d8Sdamjan        const long msoTextEffectShapeArchUpCurve = 9;
31*b63233d8Sdamjan        const long msoTextEffectShapeArchUpPour = 13;
32*b63233d8Sdamjan        const long msoTextEffectShapeButtonCurve = 12;
33*b63233d8Sdamjan        const long msoTextEffectShapeButtonPour = 16;
34*b63233d8Sdamjan        const long msoTextEffectShapeCanDown = 20;
35*b63233d8Sdamjan        const long msoTextEffectShapeCanUp = 19;
36*b63233d8Sdamjan        const long msoTextEffectShapeCascadeDown = 40;
37*b63233d8Sdamjan        const long msoTextEffectShapeCascadeUp = 39;
38*b63233d8Sdamjan        const long msoTextEffectShapeChevronDown = 6;
39*b63233d8Sdamjan        const long msoTextEffectShapeChevronUp = 5;
40*b63233d8Sdamjan        const long msoTextEffectShapeCircleCurve = 11;
41*b63233d8Sdamjan        const long msoTextEffectShapeCirclePour = 15;
42*b63233d8Sdamjan        const long msoTextEffectShapeCurveDown = 18;
43*b63233d8Sdamjan        const long msoTextEffectShapeCurveUp = 17;
44*b63233d8Sdamjan        const long msoTextEffectShapeDeflate = 26;
45*b63233d8Sdamjan        const long msoTextEffectShapeDeflateBottom = 28;
46*b63233d8Sdamjan        const long msoTextEffectShapeDeflateInflate = 31;
47*b63233d8Sdamjan        const long msoTextEffectShapeDeflateInflateDeflate = 32;
48*b63233d8Sdamjan        const long msoTextEffectShapeDeflateTop = 30;
49*b63233d8Sdamjan        const long msoTextEffectShapeDoubleWave1 = 23;
50*b63233d8Sdamjan        const long msoTextEffectShapeDoubleWave2 = 24;
51*b63233d8Sdamjan        const long msoTextEffectShapeFadeDown = 36;
52*b63233d8Sdamjan        const long msoTextEffectShapeFadeLeft = 34;
53*b63233d8Sdamjan        const long msoTextEffectShapeFadeRight = 33;
54*b63233d8Sdamjan        const long msoTextEffectShapeFadeUp = 35;
55*b63233d8Sdamjan        const long msoTextEffectShapeInflate = 25;
56*b63233d8Sdamjan        const long msoTextEffectShapeInflateBottom = 27;
57*b63233d8Sdamjan        const long msoTextEffectShapeInflateTop = 29;
58*b63233d8Sdamjan        const long msoTextEffectShapeMixed = -2;
59*b63233d8Sdamjan        const long msoTextEffectShapePlainText = 1;
60*b63233d8Sdamjan        const long msoTextEffectShapeRingInside = 7;
61*b63233d8Sdamjan        const long msoTextEffectShapeRingOutside = 8;
62*b63233d8Sdamjan        const long msoTextEffectShapeSlantDown = 38;
63*b63233d8Sdamjan        const long msoTextEffectShapeSlantUp = 37;
64*b63233d8Sdamjan        const long msoTextEffectShapeStop = 2;
65*b63233d8Sdamjan        const long msoTextEffectShapeTriangleDown = 4;
66*b63233d8Sdamjan        const long msoTextEffectShapeTriangleUp = 3;
67*b63233d8Sdamjan        const long msoTextEffectShapeWave1 = 21;
68*b63233d8Sdamjan        const long msoTextEffectShapeWave2 = 22;
69*b63233d8Sdamjan    };
70*b63233d8Sdamjan}; }; };
71*b63233d8Sdamjan
72*b63233d8Sdamjan#endif
73