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_powerpoint_MsoAnimProperty_idl__ 24#define __ooo_vba_powerpoint_MsoAnimProperty_idl__ 25 26module ooo { module vba { module powerpoint { 27 constants MsoAnimProperty { 28 const long msoAnimColor = 7; 29 const long msoAnimHeight = 4; 30 const long msoAnimNone = 0; 31 const long msoAnimOpacity = 5; 32 const long msoAnimRotation = 6; 33 const long msoAnimShapeFillBackColor = 1007; 34 const long msoAnimShapeFillColor = 1005; 35 const long msoAnimShapeFillOn = 1004; 36 const long msoAnimShapeFillOpacity = 1006; 37 const long msoAnimShapeLineColor = 1009; 38 const long msoAnimShapeLineOn = 1008; 39 const long msoAnimShapePictureBrightness = 1001; 40 const long msoAnimShapePictureContrast = 1000; 41 const long msoAnimShapePictureGamma = 1002; 42 const long msoAnimShapePictureGrayscale = 1003; 43 const long msoAnimShapeShadowColor = 1012; 44 const long msoAnimShapeShadowOffsetX = 1014; 45 const long msoAnimShapeShadowOffsetY = 1015; 46 const long msoAnimShapeShadowOn = 1010; 47 const long msoAnimShapeShadowOpacity = 1013; 48 const long msoAnimShapeShadowType = 1011; 49 const long msoAnimTextBulletCharacter = 111; 50 const long msoAnimTextBulletColor = 114; 51 const long msoAnimTextBulletFontName = 112; 52 const long msoAnimTextBulletNumber = 113; 53 const long msoAnimTextBulletRelativeSize = 115; 54 const long msoAnimTextBulletStyle = 116; 55 const long msoAnimTextBulletType = 117; 56 const long msoAnimTextFontBold = 100; 57 const long msoAnimTextFontColor = 101; 58 const long msoAnimTextFontEmboss = 102; 59 const long msoAnimTextFontItalic = 103; 60 const long msoAnimTextFontName = 104; 61 const long msoAnimTextFontShadow = 105; 62 const long msoAnimTextFontSize = 106; 63 const long msoAnimTextFontStrikeThrough = 110; 64 const long msoAnimTextFontSubscript = 107; 65 const long msoAnimTextFontSuperscript = 108; 66 const long msoAnimTextFontUnderline = 109; 67 const long msoAnimVisibility = 8; 68 const long msoAnimWidth = 3; 69 const long msoAnimX = 1; 70 const long msoAnimY = 2; 71 }; 72}; }; }; 73 74#endif 75