Version

TextHeading Enumeration

Defines text headings.
Syntax
'Declaration
 
Public Enum TextHeading 
   Inherits System.Enum
public enum TextHeading : System.Enum 
Members
MemberDescription
H1First heading.
H2Second heading.
H3Third heading.
H4Fours heading.
H5Fifth heading.
H6Sixth heading.
H7Seventh heading.
H8Eighth heading.
H9Ninth heading.
NormalNormal text.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub