2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 module ooo
{ module vba
{ module office
{
20 constants MsoPresetTextEffectShape
{
21 const long msoTextEffectShapeArchDownCurve
= 10;
22 const long msoTextEffectShapeArchDownPour
= 14;
23 const long msoTextEffectShapeArchUpCurve
= 9;
24 const long msoTextEffectShapeArchUpPour
= 13;
25 const long msoTextEffectShapeButtonCurve
= 12;
26 const long msoTextEffectShapeButtonPour
= 16;
27 const long msoTextEffectShapeCanDown
= 20;
28 const long msoTextEffectShapeCanUp
= 19;
29 const long msoTextEffectShapeCascadeDown
= 40;
30 const long msoTextEffectShapeCascadeUp
= 39;
31 const long msoTextEffectShapeChevronDown
= 6;
32 const long msoTextEffectShapeChevronUp
= 5;
33 const long msoTextEffectShapeCircleCurve
= 11;
34 const long msoTextEffectShapeCirclePour
= 15;
35 const long msoTextEffectShapeCurveDown
= 18;
36 const long msoTextEffectShapeCurveUp
= 17;
37 const long msoTextEffectShapeDeflate
= 26;
38 const long msoTextEffectShapeDeflateBottom
= 28;
39 const long msoTextEffectShapeDeflateInflate
= 31;
40 const long msoTextEffectShapeDeflateInflateDeflate
= 32;
41 const long msoTextEffectShapeDeflateTop
= 30;
42 const long msoTextEffectShapeDoubleWave1
= 23;
43 const long msoTextEffectShapeDoubleWave2
= 24;
44 const long msoTextEffectShapeFadeDown
= 36;
45 const long msoTextEffectShapeFadeLeft
= 34;
46 const long msoTextEffectShapeFadeRight
= 33;
47 const long msoTextEffectShapeFadeUp
= 35;
48 const long msoTextEffectShapeInflate
= 25;
49 const long msoTextEffectShapeInflateBottom
= 27;
50 const long msoTextEffectShapeInflateTop
= 29;
51 const long msoTextEffectShapeMixed
= -2;
52 const long msoTextEffectShapePlainText
= 1;
53 const long msoTextEffectShapeRingInside
= 7;
54 const long msoTextEffectShapeRingOutside
= 8;
55 const long msoTextEffectShapeSlantDown
= 38;
56 const long msoTextEffectShapeSlantUp
= 37;
57 const long msoTextEffectShapeStop
= 2;
58 const long msoTextEffectShapeTriangleDown
= 4;
59 const long msoTextEffectShapeTriangleUp
= 3;
60 const long msoTextEffectShapeWave1
= 21;
61 const long msoTextEffectShapeWave2
= 22;