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 WdTableFormat {
24        const long wdTableFormat3DEffects1 = 32;
25        const long wdTableFormat3DEffects2 = 33;
26        const long wdTableFormat3DEffects3 = 34;
27        const long wdTableFormatClassic1 = 4;
28        const long wdTableFormatClassic2 = 5;
29        const long wdTableFormatClassic3 = 6;
30        const long wdTableFormatClassic4 = 7;
31        const long wdTableFormatColorful1 = 8;
32        const long wdTableFormatColorful2 = 9;
33        const long wdTableFormatColorful3 = 10;
34        const long wdTableFormatColumns1 = 11;
35        const long wdTableFormatColumns2 = 12;
36        const long wdTableFormatColumns3 = 13;
37        const long wdTableFormatColumns4 = 14;
38        const long wdTableFormatColumns5 = 15;
39        const long wdTableFormatContemporary = 35;
40        const long wdTableFormatElegant = 36;
41        const long wdTableFormatGrid1 = 16;
42        const long wdTableFormatGrid2 = 17;
43        const long wdTableFormatGrid3 = 18;
44        const long wdTableFormatGrid4 = 19;
45        const long wdTableFormatGrid5 = 20;
46        const long wdTableFormatGrid6 = 21;
47        const long wdTableFormatGrid7 = 22;
48        const long wdTableFormatGrid8 = 23;
49        const long wdTableFormatList1 = 24;
50        const long wdTableFormatList2 = 25;
51        const long wdTableFormatList3 = 26;
52        const long wdTableFormatList4 = 27;
53        const long wdTableFormatList5 = 28;
54        const long wdTableFormatList6 = 29;
55        const long wdTableFormatList7 = 30;
56        const long wdTableFormatList8 = 31;
57        const long wdTableFormatNone = 0;
58        const long wdTableFormatProfessional = 37;
59        const long wdTableFormatSimple1 = 1;
60        const long wdTableFormatSimple2 = 2;
61        const long wdTableFormatSimple3 = 3;
62        const long wdTableFormatSubtle1 = 38;
63        const long wdTableFormatSubtle2 = 39;
64        const long wdTableFormatWeb1 = 40;
65        const long wdTableFormatWeb2 = 41;
66        const long wdTableFormatWeb3 = 42;
67    };
68}; }; };
69