summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/word/WdCompatibility.idl
blob: d2169e2d22e2d2326cea4846047f456333eacdda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module ooo { module vba { module word {
    constants WdCompatibility {
        const long wdAlignTablesRowByRow = 39;
        const long wdApplyBreakingRules = 46;
        const long wdAutospaceLikeWW7 = 38;
        const long wdConvMailMergeEsc = 6;
        const long wdDontAdjustLineHeightInTable = 36;
        const long wdDontBalanceSingleByteDoubleByteWidth = 16;
        const long wdDontBreakWrappedTables = 43;
        const long wdDontSnapTextToGridInTableWithObjects = 44;
        const long wdDontULTrailSpace = 15;
        const long wdDontUseAsianBreakRulesInGrid = 48;
        const long wdDontUseHTMLParagraphAutoSpacing = 35;
        const long wdDontWrapTextWithPunctuation = 47;
        const long wdExactOnTop = 28;
        const long wdExpandShiftReturn = 14;
        const long wdFootnoteLayoutLikeWW8 = 34;
        const long wdForgetLastTabAlignment = 37;
        const long wdGrowAutofit = 50;
        const long wdLayoutRawTableWidth = 40;
        const long wdLayoutTableRowsApart = 41;
        const long wdLeaveBackslashAlone = 13;
        const long wdLineWrapLikeWord6 = 32;
        const long wdMWSmallCaps = 22;
        const long wdNoColumnBalance = 5;
        const long wdNoExtraLineSpacing = 23;
        const long wdNoLeading = 20;
        const long wdNoSpaceForUL = 21;
        const long wdNoSpaceRaiseLower = 2;
        const long wdNoTabHangIndent = 1;
        const long wdOrigWordTableRules = 9;
        const long wdPrintBodyTextBeforeHeader = 19;
        const long wdPrintColBlack = 3;
        const long wdSelectFieldWithFirstOrLastCharacter = 45;
        const long wdShapeLayoutLikeWW8 = 33;
        const long wdShowBreaksInFrames = 11;
        const long wdSpacingInWholePoints = 18;
        const long wdSubFontBySize = 25;
        const long wdSuppressBottomSpacing = 29;
        const long wdSuppressSpBfAfterPgBrk = 7;
        const long wdSuppressTopSpacing = 8;
        const long wdSuppressTopSpacingMac5 = 17;
        const long wdSwapBordersFacingPages = 12;
        const long wdTransparentMetafiles = 10;
        const long wdTruncateFontHeight = 24;
        const long wdUsePrinterMetrics = 26;
        const long wdUseWord2002TableStyleRules = 49;
        const long wdUseWord97LineBreakingRules = 42;
        const long wdWPJustification = 31;
        const long wdWPSpaceWidth = 30;
        const long wdWrapTrailSpaces = 4;
        const long wdWW6BorderRules = 27;
    };
}; }; };