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)
Syntax
'Declaration
Public Enumeration WdRecoveryType
'Usage
Dim instance As WdRecoveryType
public enum WdRecoveryType
Members
Member name | Description | |
---|---|---|
wdPasteDefault | Not supported. | |
wdSingleCellText | Pastes a single cell as text. | |
wdSingleCellTable | Pastes a single cell table as a separate table. | |
wdListContinueNumbering | Continues numbering of a pasted list from the list in the document. | |
wdListRestartNumbering | Restarts numbering of a pasted list. | |
wdTableInsertAsRows | Inserts a pasted table as rows between two rows in the target table. | |
wdTableAppendTable | Merges pasted cells into an existing table by inserting the pasted rows between the selected rows. | |
wdTableOriginalFormatting | Pastes an appended table without merging table styles. | |
wdChartPicture | Pastes an Excel chart as a picture. | |
wdChart | Pastes a Microsoft Excel chart as an embedded OLE object. | |
wdChartLinked | Pastes an Excel chart and links it to the original Excel spreadsheet. | |
wdFormatOriginalFormatting | Preserves original formatting of the pasted material. | |
wdFormatSurroundingFormattingWithEmphasis | Matches the formatting of the pasted text to the formatting of surrounding text. | |
wdFormatPlainText | Pastes as plain, unformatted text. | |
wdTableOverwriteCells | Pastes table cells and overwrites existing table cells. | |
wdListCombineWithExistingList | Merges a pasted list with neighboring lists. | |
wdListDontMerge | Not supported. | |
wdUseDestinationStylesRecovery | Uses the styles that are in use in the destination document. |