Options.AutoCreateNewDrawings 属性

定义

如果为 True,则 Microsoft Word 在绘图画布上画出新创建的图形。

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

属性值

注解

AutoCreateNewDrawings 属性只能影响从 Word 内部添加的图形。 如果以编程方式添加形状,则无论此选项设置为 True 还是 False,它们都会按照代码中的指定进行添加。

适用于