次の方法で共有


Options.DefaultBorderLineWidth プロパティ

定義

罫線の既定の線幅を設定または返します。

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

プロパティ値

注釈

オブジェクトの Enable プロパティが BordersTrue に設定されている場合、境界線の既定の線の幅と線のスタイルが使用されます。

適用対象