Class TableOfContentsSettings
Specifies the settings for table of contents.
Inherited Members
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class TableOfContentsSettings
Constructors
TableOfContentsSettings()
Declaration
public TableOfContentsSettings()
Properties
EndLevel
Specifies the end level.
Declaration
[JsonPropertyName("endLevel")]
public double EndLevel { get; set; }
Property Value
| Type |
|---|
| double |
IncludeHyperlink
Specifies whether hyperlink can be included.
Declaration
[JsonPropertyName("includeHyperlink")]
public bool IncludeHyperlink { get; set; }
Property Value
| Type |
|---|
| bool |
IncludeOutlineLevels
Specifies whether outline levels can be included.
Declaration
[JsonPropertyName("includeOutlineLevels")]
public bool IncludeOutlineLevels { get; set; }
Property Value
| Type |
|---|
| bool |
IncludePageNumber
Specifies whether page number can be included.
Declaration
[JsonPropertyName("includePageNumber")]
public bool IncludePageNumber { get; set; }
Property Value
| Type |
|---|
| bool |
LevelSettings
Specifies the tab leader.
Declaration
[JsonPropertyName("levelSettings")]
public object LevelSettings { get; set; }
Property Value
| Type |
|---|
| object |
RightAlign
Specifies whether the page number can be right aligned.
Declaration
[JsonPropertyName("rightAlign")]
public bool RightAlign { get; set; }
Property Value
| Type |
|---|
| bool |
StartLevel
Specifies the start level.
Declaration
[JsonPropertyName("startLevel")]
public double StartLevel { get; set; }
Property Value
| Type |
|---|
| double |
TabLeader
Specifies the tab leader.
Declaration
[JsonPropertyName("tabLeader")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public TabLeader TabLeader { get; set; }
Property Value
| Type |
|---|
| TabLeader |