<< Click to Display Table of Contents >> CreateTextBlock |
[Not supported by the Community Edition]
Creates a Text Block Object from a given text. The current font properties are assigned to the object, i.e. font name, font size, bold, italic, underlined.
Professional Edition and higher: The font properties can be changed while fragments of the text are inserted into the document.
method TextBlock VPE.CreateTextBlock(
string Text
)
string Text
the text which is assigned to the Text Block Object
Returns:
A newly created Text Block Object.