scripting:api:style:text

Text

Property of IStyle

Text property

Read-Write Property of type long

var bText = Style.Text;
Style.Text = bText;
bText = Style.Text
Style.Text = bText
long bText;
HRESULT hr = Style.get_Text(&bText);
hr = Style.put_Text(bText);