Class
DefaultListStyles

Class responsible for generating and keeping the default list styles.

Definition

Namespace:Telerik.Windows.Documents.Lists

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public static class DefaultListStyles

Inheritance: objectDefaultListStyles

Properties

Bulleted

Gets the default bulleted list style.

Declaration

cs-api-definition
public static ListStyle Bulleted { get; }

Property Value

ListStyle

The definition for bulleted list style.

LowerLetter

Gets the list style that uses lower letters.

Declaration

cs-api-definition
public static ListStyle LowerLetter { get; }

Property Value

ListStyle

The definition for the list style that uses lower letters.

LowerLetterParentheses

Gets the list style that uses lower letters with parenthesis after the letter.

Declaration

cs-api-definition
public static ListStyle LowerLetterParentheses { get; }

Property Value

ListStyle

The definition for the list style that uses lower letters with parenthesis after the letter.

LowerRoman

Gets the list style that uses lower roman numbering.

Declaration

cs-api-definition
public static ListStyle LowerRoman { get; }

Property Value

ListStyle

The definition for the list style that uses lower roman numbering.

None

No list is being applied.

Declaration

cs-api-definition
public static ListStyle None { get; }

Property Value

ListStyle

The definition for no list style.

Numbered

Gets the default numbered list style.

Declaration

cs-api-definition
public static ListStyle Numbered { get; }

Property Value

ListStyle

The definition for numbered list style.

NumberedHierarchical

Gets the default hierarchical numbered list style.

Declaration

cs-api-definition
public static ListStyle NumberedHierarchical { get; }

Property Value

ListStyle

The definition for hierarchical numbered list style.

NumberedParenthesis

Gets the default numbered list style with parenthesis after the number.

Declaration

cs-api-definition
public static ListStyle NumberedParenthesis { get; }

Property Value

ListStyle

The definition for numbered list style with parenthesis after the number.

RegisteredStyles

Gets the styles that have been registered.

Declaration

cs-api-definition
public static Dictionary<string, ListStyle> RegisteredStyles { get; }

Property Value

Dictionary<string, ListStyle>

The registered styles.

UpperLetter

Gets the list style that uses upper letters.

Declaration

cs-api-definition
public static ListStyle UpperLetter { get; }

Property Value

ListStyle

The definition for the list style that uses upper letters.

UpperRoman

Gets the list style that uses upper roman numbering.

Declaration

cs-api-definition
public static ListStyle UpperRoman { get; }

Property Value

ListStyle

The definition for the list style that uses upper roman numbering.

Methods

CreateDefaultBulletedListStyle()

Creates the default bulleted list style.

Declaration

cs-api-definition
public static ListStyle CreateDefaultBulletedListStyle()

Returns

ListStyle

A ListStyle definition representing the bulleted list style.

CreateDefaultNumberedListStyle()

Creates the default numbered list style.

Declaration

cs-api-definition
public static ListStyle CreateDefaultNumberedListStyle()

Returns

ListStyle

A ListStyle definition representing the numbered list style.