Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / word / WdTableFormat.idl
blobf6458739c81a98012dae1ad77172bf19af1cf7c5
1 /*
2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 module ooo { module vba { module word {
20 constants WdTableFormat {
21 const long wdTableFormat3DEffects1 = 32;
22 const long wdTableFormat3DEffects2 = 33;
23 const long wdTableFormat3DEffects3 = 34;
24 const long wdTableFormatClassic1 = 4;
25 const long wdTableFormatClassic2 = 5;
26 const long wdTableFormatClassic3 = 6;
27 const long wdTableFormatClassic4 = 7;
28 const long wdTableFormatColorful1 = 8;
29 const long wdTableFormatColorful2 = 9;
30 const long wdTableFormatColorful3 = 10;
31 const long wdTableFormatColumns1 = 11;
32 const long wdTableFormatColumns2 = 12;
33 const long wdTableFormatColumns3 = 13;
34 const long wdTableFormatColumns4 = 14;
35 const long wdTableFormatColumns5 = 15;
36 const long wdTableFormatContemporary = 35;
37 const long wdTableFormatElegant = 36;
38 const long wdTableFormatGrid1 = 16;
39 const long wdTableFormatGrid2 = 17;
40 const long wdTableFormatGrid3 = 18;
41 const long wdTableFormatGrid4 = 19;
42 const long wdTableFormatGrid5 = 20;
43 const long wdTableFormatGrid6 = 21;
44 const long wdTableFormatGrid7 = 22;
45 const long wdTableFormatGrid8 = 23;
46 const long wdTableFormatList1 = 24;
47 const long wdTableFormatList2 = 25;
48 const long wdTableFormatList3 = 26;
49 const long wdTableFormatList4 = 27;
50 const long wdTableFormatList5 = 28;
51 const long wdTableFormatList6 = 29;
52 const long wdTableFormatList7 = 30;
53 const long wdTableFormatList8 = 31;
54 const long wdTableFormatNone = 0;
55 const long wdTableFormatProfessional = 37;
56 const long wdTableFormatSimple1 = 1;
57 const long wdTableFormatSimple2 = 2;
58 const long wdTableFormatSimple3 = 3;
59 const long wdTableFormatSubtle1 = 38;
60 const long wdTableFormatSubtle2 = 39;
61 const long wdTableFormatWeb1 = 40;
62 const long wdTableFormatWeb2 = 41;
63 const long wdTableFormatWeb3 = 42;
65 }; }; };