Word for WinForms
SetRectBorder メソッド

C1.C1Word.4.5.2 アセンブリ > C1.C1Word.Objects 名前空間 > RtfBorderObject クラス : SetRectBorder メソッド
矩形の境界線の線種。
矩形の境界の色。
矩形の境界の線幅。
Word / RTFオブジェクトの周囲に矩形の枠線を設定します。
シンタックス
'宣言
 
Public Sub SetRectBorder( _
   ByVal style As RtfBorderStyle, _
   ByVal clr As System.Drawing.Color, _
   ByVal width As System.Single _
) 
public void SetRectBorder( 
   RtfBorderStyle style,
   System.Drawing.Color clr,
   System.float width
)

パラメータ

style
矩形の境界線の線種。
clr
矩形の境界の色。
width
矩形の境界の線幅。
参照

RtfBorderObject クラス
RtfBorderObject メンバ