次の方法で共有


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 プロパティを設定すると、ページ、セクションのページ罫線が適用されます。

適用対象