Options.PasteOptionKeepBulletsAndNumbers 属性

定义

返回或设置一个 boolean 类型的值 ,该值代表是否保留项目符号和编号选择 粘贴选项的上下文菜单中的 只保留文本时。 读/写。

public:
 property bool PasteOptionKeepBulletsAndNumbers { bool get(); void set(bool value); };
public bool PasteOptionKeepBulletsAndNumbers { get; set; }
member this.PasteOptionKeepBulletsAndNumbers : bool with get, set
Public Property PasteOptionKeepBulletsAndNumbers As Boolean

属性值

Boolean

注解

此属性对应于 "Word 选项" 对话框的 "高级" 选项卡中的 "使用'仅保留文本'选项粘贴文本时保留项目符号和编号" 复选框。

适用于