Microsoft.Office.Interop.Wo ...


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)

Usage

Visual Basic
Dim wdRecoveryType1 As WdRecoveryType = WdRecoveryType.wdChart
Syntax

Visual Basic
Public Enum WdRecoveryType
C#
public enum WdRecoveryType
C++
public enum class WdRecoveryType
J#
public enum WdRecoveryType
JScript
public enum WdRecoveryType
Members

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.
Platforms

Development Platforms

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

Target Platforms

See Also

Tags :


Community Content

Chris B_124
Looking for the enumeration values?
I found them here: http://www.access-im-unternehmen.de/fileadmin/download/WordEnumerationen.txt

The page contains just about every Word enum by the looks of things so just search in the browser for the one you want.
Tags : word enum value

Page view tracker