'宣言 Public Overloads Function RenderInlineText( _ ByVal text As System.String, _ ByVal textColor As System.Drawing.Color _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim text As System.String Dim textColor As System.Drawing.Color Dim value As System.Boolean value = instance.RenderInlineText(text, textColor)
パラメータ
- text
- 現在のインライン段落の RenderParagraph.Contentに追加する文字列。
- textColor
- 使用するテキスト色。
戻り値の型
この呼び出しによって警告が発生しなかった場合は true、その他の場合は false。