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 WdCaptionNumberStyle {
24        const long wdCaptionNumberStyleArabic = 0;
25        const long wdCaptionNumberStyleArabicFullWidth = 14;
26        const long wdCaptionNumberStyleArabicLetter1 = 46;
27        const long wdCaptionNumberStyleArabicLetter2 = 48;
28        const long wdCaptionNumberStyleChosung = 25;
29        const long wdCaptionNumberStyleGanada = 24;
30        const long wdCaptionNumberStyleHanjaRead = 41;
31        const long wdCaptionNumberStyleHanjaReadDigit = 42;
32        const long wdCaptionNumberStyleHebrewLetter1 = 45;
33        const long wdCaptionNumberStyleHebrewLetter2 = 47;
34        const long wdCaptionNumberStyleHindiArabic = 51;
35        const long wdCaptionNumberStyleHindiCardinalText = 52;
36        const long wdCaptionNumberStyleHindiLetter1 = 49;
37        const long wdCaptionNumberStyleHindiLetter2 = 50;
38        const long wdCaptionNumberStyleKanji = 10;
39        const long wdCaptionNumberStyleKanjiDigit = 11;
40        const long wdCaptionNumberStyleKanjiTraditional = 16;
41        const long wdCaptionNumberStyleLowercaseLetter = 4;
42        const long wdCaptionNumberStyleLowercaseRoman = 2;
43        const long wdCaptionNumberStyleNumberInCircle = 18;
44        const long wdCaptionNumberStyleSimpChinNum2 = 38;
45        const long wdCaptionNumberStyleSimpChinNum3 = 39;
46        const long wdCaptionNumberStyleThaiArabic = 54;
47        const long wdCaptionNumberStyleThaiCardinalText = 55;
48        const long wdCaptionNumberStyleThaiLetter = 53;
49        const long wdCaptionNumberStyleTradChinNum2 = 34;
50        const long wdCaptionNumberStyleTradChinNum3 = 35;
51        const long wdCaptionNumberStyleUppercaseLetter = 3;
52        const long wdCaptionNumberStyleUppercaseRoman = 1;
53        const long wdCaptionNumberStyleVietCardinalText = 56;
54        const long wdCaptionNumberStyleZodiac1 = 30;
55        const long wdCaptionNumberStyleZodiac2 = 31;
56    };
57}; }; };
58