Click to Rate and Give Feedback
MSDN
MSDN Library
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Word Primary Interop Assembly Reference 
WdRecoveryType Enumeration 
Specifies the formatting to use when pasting the selected table cells.

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

Visual Basic
Dim wdRecoveryType1 As WdRecoveryType = WdRecoveryType.wdChart
Visual Basic
Public Enum WdRecoveryType
C#
public enum WdRecoveryType
C++
public enum class WdRecoveryType
J#
public enum WdRecoveryType
JScript
public enum WdRecoveryType
Member nameDescription
wdChartPastes a Microsoft Excel chart as an embedded OLE object.
wdChartLinkedPastes an Excel chart and links it to the original Excel spreadsheet.
wdChartPicturePastes an Excel chart as a picture.
wdFormatOriginalFormattingPreserves original formatting of the pasted material.
wdFormatPlainTextPastes as plain, unformatted text.
wdFormatSurroundingFormattingWithEmphasisMatches the formatting of the pasted text to the formatting of surrounding text.
wdListCombineWithExistingListMerges a pasted list with neighboring lists.
wdListContinueNumberingContinues numbering of a pasted list from the list in the document.
wdListDontMergeNot supported.
wdListRestartNumberingRestarts numbering of a pasted list.
wdPasteDefaultNot supported.
wdSingleCellTablePastes a single cell table as a separate table.
wdSingleCellTextPastes a single cell as text.
wdTableAppendTableMerges pasted cells into an existing table by inserting the pasted rows between the selected rows.
wdTableInsertAsRowsInserts a pasted table as rows between two rows in the target table.
wdTableOriginalFormattingPastes an appended table without merging table styles.
wdTableOverwriteCellsPastes table cells and overwrites existing table cells.

Development Platforms

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

Target Platforms

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker