/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ module ooo { module vba { module word { constants WdTableFormat { const long wdTableFormat3DEffects1 = 32; const long wdTableFormat3DEffects2 = 33; const long wdTableFormat3DEffects3 = 34; const long wdTableFormatClassic1 = 4; const long wdTableFormatClassic2 = 5; const long wdTableFormatClassic3 = 6; const long wdTableFormatClassic4 = 7; const long wdTableFormatColorful1 = 8; const long wdTableFormatColorful2 = 9; const long wdTableFormatColorful3 = 10; const long wdTableFormatColumns1 = 11; const long wdTableFormatColumns2 = 12; const long wdTableFormatColumns3 = 13; const long wdTableFormatColumns4 = 14; const long wdTableFormatColumns5 = 15; const long wdTableFormatContemporary = 35; const long wdTableFormatElegant = 36; const long wdTableFormatGrid1 = 16; const long wdTableFormatGrid2 = 17; const long wdTableFormatGrid3 = 18; const long wdTableFormatGrid4 = 19; const long wdTableFormatGrid5 = 20; const long wdTableFormatGrid6 = 21; const long wdTableFormatGrid7 = 22; const long wdTableFormatGrid8 = 23; const long wdTableFormatList1 = 24; const long wdTableFormatList2 = 25; const long wdTableFormatList3 = 26; const long wdTableFormatList4 = 27; const long wdTableFormatList5 = 28; const long wdTableFormatList6 = 29; const long wdTableFormatList7 = 30; const long wdTableFormatList8 = 31; const long wdTableFormatNone = 0; const long wdTableFormatProfessional = 37; const long wdTableFormatSimple1 = 1; const long wdTableFormatSimple2 = 2; const long wdTableFormatSimple3 = 3; const long wdTableFormatSubtle1 = 38; const long wdTableFormatSubtle2 = 39; const long wdTableFormatWeb1 = 40; const long wdTableFormatWeb2 = 41; const long wdTableFormatWeb3 = 42; }; }; }; };