WdRecoveryType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the formatting to use when pasting the selected table cells.
public enum class WdRecoveryType
[System.Runtime.InteropServices.Guid("CD2C303A-F5BB-3414-A740-57FB0618169A")]
public enum WdRecoveryType
type WdRecoveryType =
Public Enum WdRecoveryType
- Inheritance
-
WdRecoveryType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdPasteDefault | 0 | Not supported. |
wdSingleCellText | 5 | Pastes a single cell as text. |
wdSingleCellTable | 6 | Pastes a single cell table as a separate table. |
wdListContinueNumbering | 7 | Continues numbering of a pasted list from the list in the document. |
wdListRestartNumbering | 8 | Restarts numbering of a pasted list. |
wdTableAppendTable | 10 | Merges pasted cells into an existing table by inserting the pasted rows between the selected rows. |
wdTableInsertAsRows | 11 | Inserts a pasted table as rows between two rows in the target table. |
wdTableOriginalFormatting | 12 | Pastes an appended table without merging table styles. |
wdChartPicture | 13 | Pastes an Excel chart as a picture. |
wdChart | 14 | Pastes a Microsoft Excel chart as an embedded OLE object. |
wdChartLinked | 15 | Pastes an Excel chart and links it to the original Excel spreadsheet. |
wdFormatOriginalFormatting | 16 | Preserves original formatting of the pasted material. |
wdUseDestinationStylesRecovery | 19 | Uses the styles that are in use in the destination document. |
wdFormatSurroundingFormattingWithEmphasis | 20 | Matches the formatting of the pasted text to the formatting of surrounding text. |
wdFormatPlainText | 22 | Pastes as plain, unformatted text. |
wdTableOverwriteCells | 23 | Pastes table cells and overwrites existing table cells. |
wdListCombineWithExistingList | 24 | Merges a pasted list with neighboring lists. |
wdListDontMerge | 25 | Not supported. |