Word for UWP
GetParagraph(String,StringFormat,Single) メソッド

C1.UWP.Word アセンブリ > C1.Xaml.Word 名前空間 > C1WordDocument クラス > GetParagraph メソッド : GetParagraph(String,StringFormat,Single) メソッド
段落のテキスト文字列。
描画する文字列書式。
展開(+)またはパック(-)のための値(ポイント数)。
テキスト、文字列書式、および展開の有無を指定して、このドキュメントの段落を取得します。
シンタックス
'宣言
 
Public Overloads Function GetParagraph( _
   ByVal text As System.String, _
   ByVal sf As StringFormat, _
   ByVal expand As System.Single _
) As RtfParagraph
public RtfParagraph GetParagraph( 
   System.string text,
   StringFormat sf,
   System.float expand
)

パラメータ

text
段落のテキスト文字列。
sf
描画する文字列書式。
expand
展開(+)またはパック(-)のための値(ポイント数)。

戻り値の型

このドキュメントの段落。
参照

C1WordDocument クラス
C1WordDocument メンバ
オーバーロード一覧