ClassBuiltInStyleNames
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:
public static class BuiltInStyleNames
Inheritance: objectBuiltInStyleNames
Fields
CaptionStyleId
Gets the style ID for the caption paragraph style used with figures and tables.
Declaration
public const string CaptionStyleId = "Caption"
Field Value
Style id.
CaptionStyleName
Gets the display name for the caption paragraph style shown in UI.
Declaration
public const string CaptionStyleName = "Caption"
Field Value
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
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
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
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
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
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
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
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
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
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
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
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
Style name.
HyperlinkStyleId
Gets the style ID for the hyperlink character style applied to clickable links.
Declaration
public const string HyperlinkStyleId = "Hyperlink"
Field Value
Style id.
HyperlinkStyleName
Gets the display name for the hyperlink character style shown in UI.
Declaration
public const string HyperlinkStyleName = "Hyperlink"
Field Value
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
Style id.
NormalStyleName
Gets the display name for the Normal paragraph style shown in UI.
Declaration
public const string NormalStyleName = "Normal"
Field Value
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
Style id.
NormalTableStyleName
Gets the display name for the default table style shown in UI.
Declaration
public const string NormalTableStyleName = "Table Normal"
Field Value
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
Style id.
NormalWebStyleName
Gets the display name for the Normal (Web) style shown in UI.
Declaration
public const string NormalWebStyleName = "Normal (Web)"
Field Value
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
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
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
Style id.
TableGridStyleName
Gets the display name for the table grid style shown in UI.
Declaration
public const string TableGridStyleName = "Table Grid"
Field Value
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
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
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
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
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
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
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
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
Style name.
Methods
GetHeadingCharStyleIdByIndex(int)
Returns the style ID for a heading character style at the specified level (1-9).
GetHeadingCharStyleNameByIndex(int)
Returns the display name for a heading character style at the specified level (1-9).
GetHeadingStyleIdByIndex(int)
Returns the style ID for a heading paragraph style at the specified level (1-9).
GetHeadingStyleNameByIndex(int)
Returns the display name for a heading paragraph style at the specified level (1-9).
GetTocStyleIdByIndex(int)
Returns the style ID for a table of contents paragraph style at the specified level (1-9).
GetTocStyleNameByIndex(int)
Returns the display name for a table of contents paragraph style at the specified level (1-9).