'宣言 Public Overloads Function GetParagraph( _ ByVal text As System.String, _ ByVal font As Font, _ ByVal sf As StringFormat, _ ByVal expand As System.Single _ ) As RtfParagraph
public RtfParagraph GetParagraph( System.string text, Font font, StringFormat sf, System.float expand )
パラメータ
- text
- 段落のテキスト文字列。
- font
- テキストの描画フォント。
- sf
- 描画する文字列書式。
- expand
- 展開(+)または折りたたみ(-)を指定する値(ポイント数)。
戻り値の型
このドキュメントの段落。