'宣言 Public Overloads Function GetParagraph( _ ByVal text As System.String, _ ByVal font As Font _ ) As RtfParagraph
public RtfParagraph GetParagraph( System.string text, Font font )
パラメータ
- text
- 段落のテキスト文字列。
- font
- テキストの描画フォント。
戻り値の型
このドキュメントの段落。
'宣言 Public Overloads Function GetParagraph( _ ByVal text As System.String, _ ByVal font As Font _ ) As RtfParagraph
public RtfParagraph GetParagraph( System.string text, Font font )