xref: /trunk/main/oovbaapi/ooo/vba/word/WdColor.idl (revision b63233d8)
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
22module ooo { module vba { module word {
23    constants WdColor {
24        const long wdColorAqua = 13421619;
25        const long wdColorAutomatic = -16777216;
26        const long wdColorBlack = 0;
27        const long wdColorBlue = 16711680;
28        const long wdColorBlueGray = 10053222;
29        const long wdColorBrightGreen = 65280;
30        const long wdColorBrown = 13209;
31        const long wdColorDarkBlue = 8388608;
32        const long wdColorDarkGreen = 13056;
33        const long wdColorDarkRed = 128;
34        const long wdColorDarkTeal = 6697728;
35        const long wdColorDarkYellow = 32896;
36        const long wdColorGold = 52479;
37        const long wdColorGray05 = 15987699;
38        const long wdColorGray10 = 15132390;
39        const long wdColorGray125 = 14737632;
40        const long wdColorGray15 = 14277081;
41        const long wdColorGray20 = 13421772;
42        const long wdColorGray25 = 12632256;
43        const long wdColorGray30 = 11776947;
44        const long wdColorGray35 = 10921638;
45        const long wdColorGray375 = 10526880;
46        const long wdColorGray40 = 10066329;
47        const long wdColorGray45 = 9211020;
48        const long wdColorGray50 = 8421504;
49        const long wdColorGray55 = 7566195;
50        const long wdColorGray60 = 6710886;
51        const long wdColorGray625 = 6316128;
52        const long wdColorGray65 = 5855577;
53        const long wdColorGray70 = 5000268;
54        const long wdColorGray75 = 4210752;
55        const long wdColorGray80 = 3355443;
56        const long wdColorGray85 = 2500134;
57        const long wdColorGray875 = 2105376;
58        const long wdColorGray90 = 1644825;
59        const long wdColorGray95 = 789516;
60        const long wdColorGreen = 32768;
61        const long wdColorIndigo = 10040115;
62        const long wdColorLavender = 16751052;
63        const long wdColorLightBlue = 16737843;
64        const long wdColorLightGreen = 13434828;
65        const long wdColorLightOrange = 39423;
66        const long wdColorLightTurquoise = 16777164;
67        const long wdColorLightYellow = 10092543;
68        const long wdColorLime = 52377;
69        const long wdColorOliveGreen = 13107;
70        const long wdColorOrange = 26367;
71        const long wdColorPaleBlue = 16764057;
72        const long wdColorPink = 16711935;
73        const long wdColorPlum = 6697881;
74        const long wdColorRed = 255;
75        const long wdColorRose = 13408767;
76        const long wdColorSeaGreen = 6723891;
77        const long wdColorSkyBlue = 16763904;
78        const long wdColorTan = 10079487;
79        const long wdColorTeal = 8421376;
80        const long wdColorTurquoise = 16776960;
81        const long wdColorViolet = 8388736;
82        const long wdColorWhite = 16777215;
83        const long wdColorYellow = 65535;
84    };
85}; }; };
86