WdCompatibility Enumeration

Specifies a compatibility option.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdCompatibility
'Usage
Dim instance As WdCompatibility
public enum WdCompatibility

Members

Member name Description
wdNoTabHangIndent Don't add automatic tab stop for hanging indent.
wdNoSpaceRaiseLower Don't add extra space for raised/lowered characters.
wdPrintColBlack Print colors as black on noncolor printers.
wdWrapTrailSpaces Wrap trailing spaces to next line.
wdNoColumnBalance Don't balance columns for continuous section starts.
wdConvMailMergeEsc Treat \" as "" in mail merge data sources.
wdSuppressSpBfAfterPgBrk Suppress Space Before after a hard page or column break.
wdSuppressTopSpacing Suppress extra line spacing at top of page.
wdOrigWordTableRules Combine table borders like Word 5.x for the Macintosh.
wdTransparentMetafiles Don't blank the area behind metafile pictures.
wdShowBreaksInFrames Show hard page or column breaks in frames.
wdSwapBordersFacingPages Swap left and right borders on odd facing pages.
wdLeaveBackslashAlone Convert backslash characters into yen signs.
wdExpandShiftReturn Don't expand character spaces on the line ending Shift+Return.
wdDontULTrailSpace Draw underline on trailing spaces.
wdDontBalanceSingleByteDoubleByteWidth Balance SBCS characters and DBCS characters.
wdSuppressTopSpacingMac5 Suppress extra line spacing at top of page like Word 5.x for the Macintosh.
wdSpacingInWholePoints Expand/condense by whole number of points.
wdPrintBodyTextBeforeHeader Print body text before header/footer.
wdNoLeading Don't add leading (extra space) between rows of text.
wdNoSpaceForUL Add space for underline.
wdMWSmallCaps Use larger small caps like Word 5.x for the Macintosh.
wdNoExtraLineSpacing Suppress extra line spacing like WordPerfect 5.x.
wdTruncateFontHeight Truncate font height.
wdSubFontBySize Substitute fonts based on font size.
wdUsePrinterMetrics Use printer metrics to lay out document.
wdWW6BorderRules Use Word 6.x/95 border rules.
wdExactOnTop Don't center "exact line height" lines.
wdSuppressBottomSpacing Suppress extra line spacing at bottom of page.
wdWPSpaceWidth Set the width of a space like WordPerfect 5.x.
wdWPJustification Do full justification like WordPerfect 6.x for Windows.
wdLineWrapLikeWord6 Line wrap like Word 6.0.
wdShapeLayoutLikeWW8 Lay out autoshapes like Word 97.
wdFootnoteLayoutLikeWW8 Lay out footnotes like Word 6.x/95/97.
wdDontUseHTMLParagraphAutoSpacing Don't use HTML paragraph auto spacing.
wdDontAdjustLineHeightInTable Adjust line height to grid height in the table.
wdForgetLastTabAlignment Forget last tab alignment.
wdAutospaceLikeWW7 Autospace like Word 95.
wdAlignTablesRowByRow Align table rows independently.
wdLayoutRawTableWidth Lay out tables with raw width.
wdLayoutTableRowsApart Allow table rows to lay out apart.
wdUseWord97LineBreakingRules Use Word 97 line breaking rules for Asian text.
wdDontBreakWrappedTables Don't break wrapped tables across pages.
wdDontSnapTextToGridInTableWithObjects Don't snap text to grid inside table with inline objects.
wdSelectFieldWithFirstOrLastCharacter Select entire field with first or last character.
wdApplyBreakingRules Use line-breaking rules.
wdDontWrapTextWithPunctuation Don't allow hanging punctuation with character grid.
wdDontUseAsianBreakRulesInGrid Don't use Asian rules for line breaks with character grid.
wdUseWord2002TableStyleRules Use Word 2002 table style rules.
wdGrowAutofit Allow tables to extend into margins.
wdUseNormalStyleForList Use the Normal style instead of the List Paragraph style for bulleted or numbered lists.
wdDontUseIndentAsNumberingTabStop Do not use hanging indent as tab stop for bullets and numbering.
wdFELineBreak11 Use Word 2003 hanging-punctuation rules in Asian langauges.
wdAllowSpaceOfSameStyleInTable Allow space between paragraphs of the same style in a table.
wdWW11IndentRules Use Word 2003 indent rules for text next to wrapped objects.
wdDontAutofitConstrainedTables Do not autofit tables next to wrapped objects.
wdAutofitLikeWW11 Use Microsoft Office Word 2003 table autofit rules.
wdUnderlineTabInNumList Underline the tab character between the number and the text in numbered lists.
wdHangulWidthLikeWW11 Do not use proportional width for Korean characters.
wdSplitPgBreakAndParaMark Split apart page break and paragraph mark.
wdDontVertAlignCellWithShape Reserved for internal use.
wdDontBreakConstrainedForcedTables Reserved for internal use.
wdDontVertAlignInTextbox Reserved for internal use.
wdWord11KerningPairs Reserved for internal use.
wdCachedColBalance Reserved for internal use.
wdDisableOTKerning Reserved for internal use.
wdFlipMirrorIndents Reserved for internal use.
wdDontOverrideTableStyleFontSzAndJustification Reserved for internal use.

Remarks

Compatibility options affect how a document is displayed in Microsoft Word. The wdCompatibility enumeration is used with the Compatibility[WdCompatibility] property of the Document object. In the user interface, you can see and change compatibility settings in the Compatibility tab of the Options dialog box. Descriptions listed here correspond to the label text shown in the Options dialog box.

See Also

Reference

Microsoft.Office.Interop.Word Namespace