Style Identifiers

This set of constants describes the named constants used to identify the visual style of text in a document.

StyleId_BulletedList

70015

A list with bulleted items. Supported starting with Windows 8.1.

StyleId_Custom

70000

A custom style.

StyleId_Emphasis

70013

Text that is emphasized.

StyleId_Heading1

70001

A first level heading.

StyleId_Heading2

70002

A second level heading.

StyleId_Heading3

70003

A third level heading.

StyleId_Heading4

70004

A fourth level heading.

StyleId_Heading5

70005

A fifth level heading.

StyleId_Heading6

70006

A sixth level heading.

StyleId_Heading7

70007

A seventh level heading.

StyleId_Heading8

70008

An eighth level heading.

StyleId_Heading9

70009

A ninth level heading.

StyleId_Normal

70012

Normal style.

StyleId_NumberedList

70016

A list with numbered items. Supported starting with Windows 8.1.

StyleId_Quote

70014

A quotation.

StyleId_Subtitle

70011

A subtitle.

StyleId_Title

70010

A title.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
UIAutomationClient.h

See also

IStylesProvider::StyleId

IUIAutomationStylesPattern::CachedStyleId

IUIAutomationStylesPattern::CurrentStyleId

UI Automation Support for Textual Content