Class TableOfContentsSettings
Specifies the settings for table of contents.
Inheritance
System.Object
TableOfContentsSettings
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class TableOfContentsSettings : Object
Constructors
TableOfContentsSettings()
Declaration
public TableOfContentsSettings()
Properties
EndLevel
Specifies the end level.
Declaration
public double EndLevel { get; set; }
Property Value
Type |
---|
System.Double |
IncludeHyperlink
Specifies whether hyperlink can be included.
Declaration
public bool IncludeHyperlink { get; set; }
Property Value
Type |
---|
System.Boolean |
IncludeOutlineLevels
Specifies whether outline levels can be included.
Declaration
public bool IncludeOutlineLevels { get; set; }
Property Value
Type |
---|
System.Boolean |
IncludePageNumber
Specifies whether page number can be included.
Declaration
public bool IncludePageNumber { get; set; }
Property Value
Type |
---|
System.Boolean |
LevelSettings
Specifies the tab leader.
Declaration
public object LevelSettings { get; set; }
Property Value
Type |
---|
System.Object |
RightAlign
Specifies whether the page number can be right aligned.
Declaration
public bool RightAlign { get; set; }
Property Value
Type |
---|
System.Boolean |
StartLevel
Specifies the start level.
Declaration
public double StartLevel { get; set; }
Property Value
Type |
---|
System.Double |
TabLeader
Specifies the tab leader.
Declaration
public TabLeader TabLeader { get; set; }
Property Value
Type |
---|
TabLeader |
Methods
Equals(TableOfContentsSettings)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(TableOfContentsSettings tableOfContentsSettings)
Parameters
Type | Name | Description |
---|---|---|
TableOfContentsSettings | tableOfContentsSettings | An TableOfContentsSettings to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |