BuildingBlock.InsertOptions 属性

定义

返回或设置一个 Integer 类型的值,该值代表如何将构建基块的内容插入文档中。 读/写。

public:
 property int InsertOptions { int get(); void set(int value); };
public int InsertOptions { get; set; }
member this.InsertOptions : int with get, set
Public Property InsertOptions As Integer

属性值

Integer

注解

属性的值 InsertOptions 可以是任何 WdDocPartInsertOptions 枚举值。

适用于