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