FontName
Property of IStyle
Description
Font Name property
Property type
Read-Write Property of type BSTR
Syntax
JavaScript
var sName = Style.FontName; Style.FontName = sName;
Visual Basic Script
sName = Style.FontName Style.FontName = sName
C++
BSTR sName; HRESULT hr = Style.get_FontName(&sName); hr = Style.put_FontName(sName);