Adds a string with a given style to this paragraph.
シンタックス
'宣言
Protected Overridable Sub AddTextElement( _
ByVal As Style, _
ByVal As String, _
ByVal As Boolean _
)
protected virtual void AddTextElement(
Style ,
string ,
bool
)
パラメータ
- s
- C1.Framework.Style used to render the new string.
- text
- String to add to this paragraph.
- wrappable
- Indicates if the text element can be wrapped to new line.
参照