Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TableOfContentsSettings

    Show / Hide Table of Contents

    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 Description
    System.Double

    IncludeHyperlink

    Specifies whether hyperlink can be included.

    Declaration
    public bool IncludeHyperlink { get; set; }
    Property Value
    Type Description
    System.Boolean

    IncludeOutlineLevels

    Specifies whether outline levels can be included.

    Declaration
    public bool IncludeOutlineLevels { get; set; }
    Property Value
    Type Description
    System.Boolean

    IncludePageNumber

    Specifies whether page number can be included.

    Declaration
    public bool IncludePageNumber { get; set; }
    Property Value
    Type Description
    System.Boolean

    LevelSettings

    Specifies the tab leader.

    Declaration
    public object LevelSettings { get; set; }
    Property Value
    Type Description
    System.Object

    RightAlign

    Specifies whether the page number can be right aligned.

    Declaration
    public bool RightAlign { get; set; }
    Property Value
    Type Description
    System.Boolean

    StartLevel

    Specifies the start level.

    Declaration
    public double StartLevel { get; set; }
    Property Value
    Type Description
    System.Double

    TabLeader

    Specifies the tab leader.

    Declaration
    public TabLeader TabLeader { get; set; }
    Property Value
    Type Description
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved