Borders.InsideLineStyle 属性

定义

返回或设置指定对象的内边框。

public:
 property Microsoft::Office::Interop::Word::WdLineStyle InsideLineStyle { Microsoft::Office::Interop::Word::WdLineStyle get(); void set(Microsoft::Office::Interop::Word::WdLineStyle value); };
public Microsoft.Office.Interop.Word.WdLineStyle InsideLineStyle { get; set; }
member this.InsideLineStyle : Microsoft.Office.Interop.Word.WdLineStyle with get, set
Public Property InsideLineStyle As WdLineStyle

属性值

注解

此属性可以设置为 TrueFalseWdLineStyle 常量。 如果对指定对象应用了多种类型的边框,则返回 wdUndefined ;否则为 FalseWdLineStyle 常量。

True 将线型设置为默认样式,线条宽度设置为默认线条宽度。 可以使用 和 DefaultBorderLineStyle 属性设置DefaultBorderLineWidth默认线条样式和线条宽度。

适用于