Get the defined heading font for an Office theme
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function GetHeadingFont() As Font |
Visual Basic (Usage) | Copy Code |
---|
Dim value As Font
value = ThemeInfo.GetHeadingFont() |
C# | |
---|
public static Font GetHeadingFont() |
Managed Extensions for C++ | |
---|
public: static Font* GetHeadingFont(); |
C++/CLI | |
---|
public:
static Font^ GetHeadingFont(); |
Return Value
The heading font
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also