WdCompatibility Enumeration 

Specifies a compatibility option.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdCompatibility1 As WdCompatibility = WdCompatibility.wdAlignTablesRowByRow

Syntax

Public Enum WdCompatibility
public enum WdCompatibility
public enum class WdCompatibility
public enum WdCompatibility
public enum WdCompatibility

Members

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

Remarks

Compatibility options affect how a document is displayed in Microsoft Word. The wdCompatibility enumeration is used with the Compatibility 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace