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 WdListNumberStyle {
24        const long wdListNumberStyleAiueo = 20;
25        const long wdListNumberStyleAiueoHalfWidth = 12;
26        const long wdListNumberStyleArabic = 0;
27        const long wdListNumberStyleArabic1 = 46;
28        const long wdListNumberStyleArabic2 = 48;
29        const long wdListNumberStyleArabicFullWidth = 14;
30        const long wdListNumberStyleArabicLZ = 22;
31        const long wdListNumberStyleBullet = 23;
32        const long wdListNumberStyleCardinalText = 6;
33        const long wdListNumberStyleChosung = 25;
34        const long wdListNumberStyleGanada = 24;
35        const long wdListNumberStyleGBNum1 = 26;
36        const long wdListNumberStyleGBNum2 = 27;
37        const long wdListNumberStyleGBNum3 = 28;
38        const long wdListNumberStyleGBNum4 = 29;
39        const long wdListNumberStyleHangul = 43;
40        const long wdListNumberStyleHanja = 44;
41        const long wdListNumberStyleHanjaRead = 41;
42        const long wdListNumberStyleHanjaReadDigit = 42;
43        const long wdListNumberStyleHebrew1 = 45;
44        const long wdListNumberStyleHebrew2 = 47;
45        const long wdListNumberStyleHindiArabic = 51;
46        const long wdListNumberStyleHindiCardinalText = 52;
47        const long wdListNumberStyleHindiLetter1 = 49;
48        const long wdListNumberStyleHindiLetter2 = 50;
49        const long wdListNumberStyleIroha = 21;
50        const long wdListNumberStyleIrohaHalfWidth = 13;
51        const long wdListNumberStyleKanji = 10;
52        const long wdListNumberStyleKanjiDigit = 11;
53        const long wdListNumberStyleKanjiTraditional = 16;
54        const long wdListNumberStyleKanjiTraditional2 = 17;
55        const long wdListNumberStyleLegal = 253;
56        const long wdListNumberStyleLegalLZ = 254;
57        const long wdListNumberStyleLowercaseLetter = 4;
58        const long wdListNumberStyleLowercaseRoman = 2;
59        const long wdListNumberStyleLowercaseRussian = 58;
60        const long wdListNumberStyleNone = 255;
61        const long wdListNumberStyleNumberInCircle = 18;
62        const long wdListNumberStyleOrdinal = 5;
63        const long wdListNumberStyleOrdinalText = 7;
64        const long wdListNumberStylePictureBullet = 249;
65        const long wdListNumberStyleSimpChinNum1 = 37;
66        const long wdListNumberStyleSimpChinNum2 = 38;
67        const long wdListNumberStyleSimpChinNum3 = 39;
68        const long wdListNumberStyleSimpChinNum4 = 40;
69        const long wdListNumberStyleThaiArabic = 54;
70        const long wdListNumberStyleThaiCardinalText = 55;
71        const long wdListNumberStyleThaiLetter = 53;
72        const long wdListNumberStyleTradChinNum1 = 33;
73        const long wdListNumberStyleTradChinNum2 = 34;
74        const long wdListNumberStyleTradChinNum3 = 35;
75        const long wdListNumberStyleTradChinNum4 = 36;
76        const long wdListNumberStyleUppercaseLetter = 3;
77        const long wdListNumberStyleUppercaseRoman = 1;
78        const long wdListNumberStyleUppercaseRussian = 59;
79        const long wdListNumberStyleVietCardinalText = 56;
80        const long wdListNumberStyleZodiac1 = 30;
81        const long wdListNumberStyleZodiac2 = 31;
82        const long wdListNumberStyleZodiac3 = 32;
83    };
84}; }; };
85