Borders.InsideLineWidth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置对象的内边框的线条宽度。
public:
property Microsoft::Office::Interop::Word::WdLineWidth InsideLineWidth { Microsoft::Office::Interop::Word::WdLineWidth get(); void set(Microsoft::Office::Interop::Word::WdLineWidth value); };
public Microsoft.Office.Interop.Word.WdLineWidth InsideLineWidth { get; set; }
member this.InsideLineWidth : Microsoft.Office.Interop.Word.WdLineWidth with get, set
Public Property InsideLineWidth As WdLineWidth
属性值
注解
此属性可以设置为 True、 False 或其中一个 WdLineWidth 常量。 如果对象具有具有多个线条宽度的内部边框,则返回 wdUndefined ;否则为 False 或 WdLineWidth 常量。