次の方法で共有


Borders.InsideLineWidth プロパティ

定義

オブジェクトの内側の境界線の線の幅を設定または返します。

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

プロパティ値

注釈

このプロパティは 、TrueFalse、またはいずれかの定数に WdLineWidth 設定できます。 オブジェクトが複数の線幅を持つ境界線の内側にある場合は 、wdUndefined を返します。それ以外の場合は、 False または WdLineWidth 定数。

適用対象