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