Border.LineStyle 属性

定义

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

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

属性值

注解

如果是为单个字符或单词区域设置 LineStyle 属性,应选用字符边框。

如果是为一个或几个段落区域设置 LineStyle 属性,应选用段落边框。 InsideLineStyle使用 属性在连续段落之间应用边框。

如果是为节设置 LineStyle 属性,应选用节中的页面边框。

适用于