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 WdCompatibility {
24        const long wdAlignTablesRowByRow = 39;
25        const long wdApplyBreakingRules = 46;
26        const long wdAutospaceLikeWW7 = 38;
27        const long wdConvMailMergeEsc = 6;
28        const long wdDontAdjustLineHeightInTable = 36;
29        const long wdDontBalanceSingleByteDoubleByteWidth = 16;
30        const long wdDontBreakWrappedTables = 43;
31        const long wdDontSnapTextToGridInTableWithObjects = 44;
32        const long wdDontULTrailSpace = 15;
33        const long wdDontUseAsianBreakRulesInGrid = 48;
34        const long wdDontUseHTMLParagraphAutoSpacing = 35;
35        const long wdDontWrapTextWithPunctuation = 47;
36        const long wdExactOnTop = 28;
37        const long wdExpandShiftReturn = 14;
38        const long wdFootnoteLayoutLikeWW8 = 34;
39        const long wdForgetLastTabAlignment = 37;
40        const long wdGrowAutofit = 50;
41        const long wdLayoutRawTableWidth = 40;
42        const long wdLayoutTableRowsApart = 41;
43        const long wdLeaveBackslashAlone = 13;
44        const long wdLineWrapLikeWord6 = 32;
45        const long wdMWSmallCaps = 22;
46        const long wdNoColumnBalance = 5;
47        const long wdNoExtraLineSpacing = 23;
48        const long wdNoLeading = 20;
49        const long wdNoSpaceForUL = 21;
50        const long wdNoSpaceRaiseLower = 2;
51        const long wdNoTabHangIndent = 1;
52        const long wdOrigWordTableRules = 9;
53        const long wdPrintBodyTextBeforeHeader = 19;
54        const long wdPrintColBlack = 3;
55        const long wdSelectFieldWithFirstOrLastCharacter = 45;
56        const long wdShapeLayoutLikeWW8 = 33;
57        const long wdShowBreaksInFrames = 11;
58        const long wdSpacingInWholePoints = 18;
59        const long wdSubFontBySize = 25;
60        const long wdSuppressBottomSpacing = 29;
61        const long wdSuppressSpBfAfterPgBrk = 7;
62        const long wdSuppressTopSpacing = 8;
63        const long wdSuppressTopSpacingMac5 = 17;
64        const long wdSwapBordersFacingPages = 12;
65        const long wdTransparentMetafiles = 10;
66        const long wdTruncateFontHeight = 24;
67        const long wdUsePrinterMetrics = 26;
68        const long wdUseWord2002TableStyleRules = 49;
69        const long wdUseWord97LineBreakingRules = 42;
70        const long wdWPJustification = 31;
71        const long wdWPSpaceWidth = 30;
72        const long wdWrapTrailSpaces = 4;
73        const long wdWW6BorderRules = 27;
74    };
75}; }; };
76