skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class BuiltInStyleNames

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

Inheritance
System.Object
BuiltInStyleNames
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll

Syntax

public static class BuiltInStyleNames

Fields

CaptionStyleId

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

Declaration
public const string CaptionStyleId = "Caption"
Field Value
System.String

Style id.

CaptionStyleName

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

Declaration
public const string CaptionStyleName = "Caption"
Field Value
System.String

Style name.

EndnoteReferenceStyleId

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

Declaration
public const string EndnoteReferenceStyleId = "EndnoteReference"
Field Value
System.String

Style id.

EndnoteReferenceStyleName

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

Declaration
public const string EndnoteReferenceStyleName = "endnote reference"
Field Value
System.String

Style name.

EndnoteTextCharStyleId

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

Declaration
public const string EndnoteTextCharStyleId = "EndnoteTextChar"
Field Value
System.String

Style id.

EndnoteTextCharStyleName

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

Declaration
public const string EndnoteTextCharStyleName = "Endnote Text Char"
Field Value
System.String

Style name.

EndnoteTextStyleId

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

Declaration
public const string EndnoteTextStyleId = "EndnoteText"
Field Value
System.String

Style name.

EndnoteTextStyleName

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

Declaration
public const string EndnoteTextStyleName = "endnote text"
Field Value
System.String

Style name.

FootnoteReferenceStyleId

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

Declaration
public const string FootnoteReferenceStyleId = "FootnoteReference"
Field Value
System.String

Style id.

FootnoteReferenceStyleName

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

Declaration
public const string FootnoteReferenceStyleName = "footnote reference"
Field Value
System.String

Style name.

FootnoteTextCharStyleId

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

Declaration
public const string FootnoteTextCharStyleId = "FootnoteTextChar"
Field Value
System.String

Style id.

FootnoteTextCharStyleName

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

Declaration
public const string FootnoteTextCharStyleName = "Footnote Text Char"
Field Value
System.String

Style name.

FootnoteTextStyleId

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

Declaration
public const string FootnoteTextStyleId = "FootnoteText"
Field Value
System.String

Style id.

FootnoteTextStyleName

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

Declaration
public const string FootnoteTextStyleName = "footnote text"
Field Value
System.String

Style name.

HyperlinkStyleId

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

Declaration
public const string HyperlinkStyleId = "Hyperlink"
Field Value
System.String

Style id.

HyperlinkStyleName

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

Declaration
public const string HyperlinkStyleName = "Hyperlink"
Field Value
System.String

Style name.

NormalStyleId

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

Declaration
public const string NormalStyleId = "Normal"
Field Value
System.String

Style id.

NormalStyleName

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

Declaration
public const string NormalStyleName = "Normal"
Field Value
System.String

Style name.

NormalTableStyleId

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

Declaration
public const string NormalTableStyleId = "TableNormal"
Field Value
System.String

Style id.

NormalTableStyleName

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

Declaration
public const string NormalTableStyleName = "Table Normal"
Field Value
System.String

Style name.

NormalWebStyleId

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

Declaration
public const string NormalWebStyleId = "NormalWeb"
Field Value
System.String

Style id.

NormalWebStyleName

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

Declaration
public const string NormalWebStyleName = "Normal (Web)"
Field Value
System.String

Style name.

SdtPlaceholderStyleId

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

Declaration
public const string SdtPlaceholderStyleId = "PlaceholderText"
Field Value
System.String

SdtPlaceholderStyleName

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

Declaration
public const string SdtPlaceholderStyleName = "Placeholder Text"
Field Value
System.String

TableGridStyleId

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

Declaration
public const string TableGridStyleId = "TableGrid"
Field Value
System.String

Style id.

TableGridStyleName

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

Declaration
public const string TableGridStyleName = "Table Grid"
Field Value
System.String

Style name.

ToaHeadingStyleId

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

Declaration
public const string ToaHeadingStyleId = "TOAHeading"
Field Value
System.String

Style id.

ToaHeadingStyleName

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

Declaration
public const string ToaHeadingStyleName = "toa heading"
Field Value
System.String

Style name.

ToaStyleId

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

Declaration
public const string ToaStyleId = "TableOfAuthorities"
Field Value
System.String

Style id.

ToaStyleName

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

Declaration
public const string ToaStyleName = "table of authorities"
Field Value
System.String

Style name.

TocHeadingStyleId

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

Declaration
public const string TocHeadingStyleId = "TOCHeading"
Field Value
System.String

Style id.

TocHeadingStyleName

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

Declaration
public const string TocHeadingStyleName = "TOC Heading"
Field Value
System.String

Style name.

TofStyleId

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

Declaration
public const string TofStyleId = "TableofFigures"
Field Value
System.String

Style id.

TofStyleName

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

Declaration
public const string TofStyleName = "table of figures"
Field Value
System.String

Style name.

Methods

GetHeadingCharStyleIdByIndex(Int32)

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

Declaration
public static string GetHeadingCharStyleIdByIndex(int index)
Parameters
System.Int32 index

The index.

Returns
System.String

Style id.

GetHeadingCharStyleNameByIndex(Int32)

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

Declaration
public static string GetHeadingCharStyleNameByIndex(int index)
Parameters
System.Int32 index

The index.

Returns
System.String

Style name.

GetHeadingStyleIdByIndex(Int32)

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

Declaration
public static string GetHeadingStyleIdByIndex(int index)
Parameters
System.Int32 index

The index.

Returns
System.String

Style ID.

GetHeadingStyleNameByIndex(Int32)

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

Declaration
public static string GetHeadingStyleNameByIndex(int index)
Parameters
System.Int32 index

The index.

Returns
System.String

Style name.

GetTocStyleIdByIndex(Int32)

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

Declaration
public static string GetTocStyleIdByIndex(int index)
Parameters
System.Int32 index

The index.

Returns
System.String

Style id.

GetTocStyleNameByIndex(Int32)

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

Declaration
public static string GetTocStyleNameByIndex(int index)
Parameters
System.Int32 index

The index.

Returns
System.String

Style name.

Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.