Class BuiltInStyleNames
Represents static holder of built in style names.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public static class BuiltInStyleNames
Fields
CaptionStyleId
Gets the id of the caption style.
Declaration
public const string CaptionStyleId = "Caption"
Field Value
System.String
Style id. |
CaptionStyleName
Gets the name of the caption style.
Declaration
public const string CaptionStyleName = "Caption"
Field Value
System.String
Style name. |
EndnoteReferenceStyleId
Gets the id of the endnote reference style.
Declaration
public const string EndnoteReferenceStyleId = "EndnoteReference"
Field Value
System.String
Style id. |
EndnoteReferenceStyleName
Gets the name of the endnote reference style.
Declaration
public const string EndnoteReferenceStyleName = "endnote reference"
Field Value
System.String
Style name. |
EndnoteTextCharStyleId
Gets the id of the endnote text character style.
Declaration
public const string EndnoteTextCharStyleId = "EndnoteTextChar"
Field Value
System.String
Style id. |
EndnoteTextCharStyleName
Gets the name of the endnote text character style.
Declaration
public const string EndnoteTextCharStyleName = "Endnote Text Char"
Field Value
System.String
Style name. |
EndnoteTextStyleId
Gets the name of the endnote text style.
Declaration
public const string EndnoteTextStyleId = "EndnoteText"
Field Value
System.String
Style name. |
EndnoteTextStyleName
Gets the name of the endnote text style.
Declaration
public const string EndnoteTextStyleName = "endnote text"
Field Value
System.String
Style name. |
FootnoteReferenceStyleId
Gets the id of the footnote reference style.
Declaration
public const string FootnoteReferenceStyleId = "FootnoteReference"
Field Value
System.String
Style id. |
FootnoteReferenceStyleName
Gets the name of the footnote reference style.
Declaration
public const string FootnoteReferenceStyleName = "footnote reference"
Field Value
System.String
Style name. |
FootnoteTextCharStyleId
Gets the id of the footnote text character style.
Declaration
public const string FootnoteTextCharStyleId = "FootnoteTextChar"
Field Value
System.String
Style id. |
FootnoteTextCharStyleName
Gets the name of the footnote text character style.
Declaration
public const string FootnoteTextCharStyleName = "Footnote Text Char"
Field Value
System.String
Style name. |
FootnoteTextStyleId
Gets the id of the footnote text style.
Declaration
public const string FootnoteTextStyleId = "FootnoteText"
Field Value
System.String
Style id. |
FootnoteTextStyleName
Gets the name of the footnote text style.
Declaration
public const string FootnoteTextStyleName = "footnote text"
Field Value
System.String
Style name. |
HyperlinkStyleId
Gets the id of the hyperlink style.
Declaration
public const string HyperlinkStyleId = "Hyperlink"
Field Value
System.String
Style id. |
HyperlinkStyleName
Gets the name of the hyperlink style.
Declaration
public const string HyperlinkStyleName = "Hyperlink"
Field Value
System.String
Style name. |
NormalStyleId
Gets the id of the normal style.
Declaration
public const string NormalStyleId = "Normal"
Field Value
System.String
Style id. |
NormalStyleName
Gets the name of the normal style.
Declaration
public const string NormalStyleName = "Normal"
Field Value
System.String
Style name. |
NormalTableStyleId
Gets the id of the default table style.
Declaration
public const string NormalTableStyleId = "TableNormal"
Field Value
System.String
Style id. |
NormalTableStyleName
Gets the name of the default table style.
Declaration
public const string NormalTableStyleName = "Table Normal"
Field Value
System.String
Style name. |
NormalWebStyleId
Gets the id of the normal web style.
Declaration
public const string NormalWebStyleId = "NormalWeb"
Field Value
System.String
Style id. |
NormalWebStyleName
Gets the name of the normal web style.
Declaration
public const string NormalWebStyleName = "Normal (Web)"
Field Value
System.String
Style name. |
SdtPlaceholderStyleId
Gets the id of the style used for structured document tags' placeholder text.
Declaration
public const string SdtPlaceholderStyleId = "PlaceholderText"
Field Value
System.String
|
SdtPlaceholderStyleName
Gets the name of the style used for structured document tags' placeholder text.
Declaration
public const string SdtPlaceholderStyleName = "Placeholder Text"
Field Value
System.String
|
TableGridStyleId
Gets the id of the table grid style.
Declaration
public const string TableGridStyleId = "TableGrid"
Field Value
System.String
Style id. |
TableGridStyleName
Gets the name of the table grid style.
Declaration
public const string TableGridStyleName = "Table Grid"
Field Value
System.String
Style name. |
ToaHeadingStyleId
Gets the id of the table of authorities heading style.
Declaration
public const string ToaHeadingStyleId = "TOAHeading"
Field Value
System.String
Style id. |
ToaHeadingStyleName
Gets the name of the table of authorities heading style.
Declaration
public const string ToaHeadingStyleName = "toa heading"
Field Value
System.String
Style name. |
ToaStyleId
Gets the id of the table of authorities style.
Declaration
public const string ToaStyleId = "TableOfAuthorities"
Field Value
System.String
Style id. |
ToaStyleName
Gets the name of the table of authorities style.
Declaration
public const string ToaStyleName = "table of authorities"
Field Value
System.String
Style name. |
TocHeadingStyleId
Gets the id of the table of contents heading style.
Declaration
public const string TocHeadingStyleId = "TOCHeading"
Field Value
System.String
Style id. |
TocHeadingStyleName
Gets the name of the table of content heading style.
Declaration
public const string TocHeadingStyleName = "TOC Heading"
Field Value
System.String
Style name. |
TofStyleId
Gets the id of the table of figures style.
Declaration
public const string TofStyleId = "TableofFigures"
Field Value
System.String
Style id. |
TofStyleName
Gets the name of the table of figures style.
Declaration
public const string TofStyleName = "table of figures"
Field Value
System.String
Style name. |
Methods
GetHeadingCharStyleIdByIndex(Int32)
Gets the heading character style id by index in the range 1 - 9.
Declaration
public static string GetHeadingCharStyleIdByIndex(int index)
Parameters
System.Int32
index
The index. |
Returns
System.String
Style id. |
GetHeadingCharStyleNameByIndex(Int32)
Gets the heading character style name by index in the range 1 - 9.
Declaration
public static string GetHeadingCharStyleNameByIndex(int index)
Parameters
System.Int32
index
The index. |
Returns
System.String
Style name. |
GetHeadingStyleIdByIndex(Int32)
Gets the heading style ID by index in the range 1 - 9.
Declaration
public static string GetHeadingStyleIdByIndex(int index)
Parameters
System.Int32
index
The index. |
Returns
System.String
Style ID. |
GetHeadingStyleNameByIndex(Int32)
Gets the heading style name by index in the range 1 - 9.
Declaration
public static string GetHeadingStyleNameByIndex(int index)
Parameters
System.Int32
index
The index. |
Returns
System.String
Style name. |
GetTocStyleIdByIndex(Int32)
Gets the table of content style ID by index in the range 1 - 9.
Declaration
public static string GetTocStyleIdByIndex(int index)
Parameters
System.Int32
index
The index. |
Returns
System.String
Style id. |
GetTocStyleNameByIndex(Int32)
Gets the table of content style name by index in the range 1 - 9.
Declaration
public static string GetTocStyleNameByIndex(int index)
Parameters
System.Int32
index
The index. |
Returns
System.String
Style name. |