WdPasteOptions 枚举

定义

指示如何粘贴所复制的文本。

public enum class WdPasteOptions
[System.Runtime.InteropServices.Guid("A34C1A4A-9468-39DD-B46C-C3A6ABD67DFB")]
public enum WdPasteOptions
type WdPasteOptions = 
Public Enum WdPasteOptions
继承
WdPasteOptions
属性

字段

wdKeepSourceFormatting 0

保留源文档的格式。

wdKeepTextOnly 2

只保留文本,不保留格式。

wdMatchDestinationFormatting 1

使格式与目标文档匹配。

wdUseDestinationStyles 3

使用样式来设置格式,以使格式与目标文档匹配。

适用于