Solid Edge Framework Type Library
TextStyle Object
Members 
Description
Contains characteristics to apply to the active paragraph.
Remarks
These characteristics include line spacing, tab intervals, alignment, and so forth. Character formatting is stored as TextCharStyle objects. To apply preset character styling to a paragraph, specify the name of the selected character style object in the CharStyleName property. Text style characteristics can be overridden in a paragraph by setting the applicable properties of the TextEdit object for that paragraph. When you add a text style through the automation interface, a text style is added, but not the corresponding text character style. You must explicitly create a new TextCharStyle with the same name as that of the new TextStyle.
See Also

TextStyle Members