scripting:api:style:underline-style

UnderlineStyle

Property of IStyle

UnderlineStyle property

Read-Write Property of type eUnderlineStyle

var eUnderlineStyle = Style.UnderlineStyle;
Style.UnderlineStyle = eUnderlineStyle;
eUnderlineStyle = Style.UnderlineStyle
Style.UnderlineStyle = eUnderlineStyle
eUnderlineStyle eUnderlineStyle;
HRESULT hr = Style.get_UnderlineStyle(&eUnderlineStyle);
hr = Style.put_UnderlineStyle(eUnderlineStyle);