Shape.LayoutInCell 属性

定义

返回一个 Integer 类型的值,该值代表表格中的形状是显示在表格内还是表外。

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

属性值

注解

此属性返回 True 以指示在表中显示指定的图片, 返回 False 表示指定的图片显示在表外。

仅当对象的属性WrapFormat设置为 wdWrapTypeInline 或 wdWrapTypeNone 以外的内容时Type,设置 LayoutInCell属性才会生效。

LayoutInCell 属性对应于格式图片的 高级版式对话框中的 表格单元格中的版式选项。

适用于