New to Telerik Document ProcessingStart a free 30-day trial

Provides constant identifiers and display names for Microsoft Word-compatible built-in styles used throughout flow documents.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public static class BuiltInStyleNames

Inheritance: objectBuiltInStyleNames

Fields

Gets the style ID for the caption paragraph style used with figures and tables.

C#
public const string CaptionStyleId = "Caption"
Field Value:

Style id.

Gets the display name for the caption paragraph style shown in UI.

C#
public const string CaptionStyleName = "Caption"
Field Value:

Style name.

Gets the style ID for the endnote reference character style applied to superscript endnote numbers in body text.

C#
public const string EndnoteReferenceStyleId = "EndnoteReference"
Field Value:

Style id.

Gets the display name for the endnote reference character style shown in UI.

C#
public const string EndnoteReferenceStyleName = "endnote reference"
Field Value:

Style name.

Gets the style ID for the endnote text character style applied to inline content within endnotes.

C#
public const string EndnoteTextCharStyleId = "EndnoteTextChar"
Field Value:

Style id.

Gets the display name for the endnote text character style shown in UI.

C#
public const string EndnoteTextCharStyleName = "Endnote Text Char"
Field Value:

Style name.

Gets the style ID for the endnote text paragraph style applied to endnote content at the document end.

C#
public const string EndnoteTextStyleId = "EndnoteText"
Field Value:

Style name.

Gets the display name for the endnote text paragraph style shown in UI.

C#
public const string EndnoteTextStyleName = "endnote text"
Field Value:

Style name.

Gets the style ID for the footnote reference character style applied to superscript footnote numbers in body text.

C#
public const string FootnoteReferenceStyleId = "FootnoteReference"
Field Value:

Style id.

Gets the display name for the footnote reference character style shown in UI.

C#
public const string FootnoteReferenceStyleName = "footnote reference"
Field Value:

Style name.

Gets the style ID for the footnote text character style applied to inline content within footnotes.

C#
public const string FootnoteTextCharStyleId = "FootnoteTextChar"
Field Value:

Style id.

Gets the display name for the footnote text character style shown in UI.

C#
public const string FootnoteTextCharStyleName = "Footnote Text Char"
Field Value:

Style name.

Gets the style ID for the footnote text paragraph style applied to footnote content at the page bottom.

C#
public const string FootnoteTextStyleId = "FootnoteText"
Field Value:

Style id.

Gets the display name for the footnote text paragraph style shown in UI.

C#
public const string FootnoteTextStyleName = "footnote text"
Field Value:

Style name.

Gets the style ID for the hyperlink character style applied to clickable links.

C#
public const string HyperlinkStyleId = "Hyperlink"
Field Value:

Style id.

Gets the display name for the hyperlink character style shown in UI.

C#
public const string HyperlinkStyleName = "Hyperlink"
Field Value:

Style name.

Gets the style ID for the Normal paragraph style, which serves as the base for most paragraph formatting.

C#
public const string NormalStyleId = "Normal"
Field Value:

Style id.

Gets the display name for the Normal paragraph style shown in UI.

C#
public const string NormalStyleName = "Normal"
Field Value:

Style name.

Gets the style ID for the default table style applied when no explicit table style is specified.

C#
public const string NormalTableStyleId = "TableNormal"
Field Value:

Style id.

Gets the display name for the default table style shown in UI.

C#
public const string NormalTableStyleName = "Table Normal"
Field Value:

Style name.

Gets the style ID for the Normal (Web) paragraph style optimized for web-based documents.

C#
public const string NormalWebStyleId = "NormalWeb"
Field Value:

Style id.

Gets the display name for the Normal (Web) style shown in UI.

C#
public const string NormalWebStyleName = "Normal (Web)"
Field Value:

Style name.

Gets the style ID applied to placeholder text in structured document tags (content controls).

C#
public const string SdtPlaceholderStyleId = "PlaceholderText"

Gets the display name of the style applied to placeholder text in structured document tags.

C#
public const string SdtPlaceholderStyleName = "Placeholder Text"

Gets the style ID for the table grid style, which applies visible borders to all table cells.

C#
public const string TableGridStyleId = "TableGrid"
Field Value:

Style id.

Gets the display name for the table grid style shown in UI.

C#
public const string TableGridStyleName = "Table Grid"
Field Value:

Style name.

Gets the style ID for the table of authorities heading paragraph style applied to TOA titles.

C#
public const string ToaHeadingStyleId = "TOAHeading"
Field Value:

Style id.

Gets the display name for the table of authorities heading style shown in UI.

C#
public const string ToaHeadingStyleName = "toa heading"
Field Value:

Style name.

Gets the style ID for the table of authorities paragraph style used in legal documents.

C#
public const string ToaStyleId = "TableOfAuthorities"
Field Value:

Style id.

Gets the display name for the table of authorities style shown in UI.

C#
public const string ToaStyleName = "table of authorities"
Field Value:

Style name.

Gets the style ID for the table of contents heading paragraph style applied to TOC titles.

C#
public const string TocHeadingStyleId = "TOCHeading"
Field Value:

Style id.

Gets the display name for the table of contents heading style shown in UI.

C#
public const string TocHeadingStyleName = "TOC Heading"
Field Value:

Style name.

Gets the style ID for the table of figures paragraph style used in automatically generated figure lists.

C#
public const string TofStyleId = "TableofFigures"
Field Value:

Style id.

Gets the display name for the table of figures style shown in UI.

C#
public const string TofStyleName = "table of figures"
Field Value:

Style name.

Methods

Returns the style ID for a heading character style at the specified level (1-9).

C#
public static string GetHeadingCharStyleIdByIndex(int index)
Parameters:indexint

The index.

Returns:

string

Style id.

Returns the display name for a heading character style at the specified level (1-9).

C#
public static string GetHeadingCharStyleNameByIndex(int index)
Parameters:indexint

The index.

Returns:

string

Style name.

Returns the style ID for a heading paragraph style at the specified level (1-9).

C#
public static string GetHeadingStyleIdByIndex(int index)
Parameters:indexint

The index.

Returns:

string

Style ID.

Returns the display name for a heading paragraph style at the specified level (1-9).

C#
public static string GetHeadingStyleNameByIndex(int index)
Parameters:indexint

The index.

Returns:

string

Style name.

Returns the style ID for a table of contents paragraph style at the specified level (1-9).

C#
public static string GetTocStyleIdByIndex(int index)
Parameters:indexint

The index.

Returns:

string

Style id.

Returns the display name for a table of contents paragraph style at the specified level (1-9).

C#
public static string GetTocStyleNameByIndex(int index)
Parameters:indexint

The index.

Returns:

string

Style name.