AddTextElement Method (ParagraphElement)
In This Topic
Syntax
'Declaration
Protected Overridable Sub AddTextElement( _
ByVal As Style, _
ByVal As String, _
ByVal As Boolean _
)
protected virtual void AddTextElement(
Style ,
string ,
bool
)
Parameters
- style
- text
- wrappable
See Also