Borders.OutsideLineStyle プロパティ

定義

指定したオブジェクトの外側の罫線を設定または返します。

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

プロパティ値

注釈

このプロパティは 、TrueFalse、または定数に WdLineStyle 設定できます。 指定したオブジェクトに複数の種類の罫線が適用されている場合は 、wdUndefined を返します。それ以外の場合は、 False または WdLineStyle 定数。

True は、デフォルトの線種と太さは既定の線の幅に線のスタイルを設定します。 既定の線のスタイルと幅は、 プロパティと DefaultBorderLineStyle プロパティをDefaultBorderLineWidth使用して設定できます。

適用対象