alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class TableOfContentsSettings

    Specifies the settings for table of contents.

    Inheritance
    object
    TableOfContentsSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved