menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocumentStyle - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DocumentStyle

    Represents the DocumentStyle class.

    Inheritance
    System.Object
    BaseNode
    DocumentStyle
    CharacterStyle
    ParagraphStyle
    TableStyle
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public abstract class DocumentStyle : BaseNode

    Properties

    BaseStyleName

    Gets or sets the name of the base style.

    Declaration
    public string BaseStyleName { get; set; }
    Property Value
    Type
    System.String

    LinkStyleName

    Gets or sets the name of the link style.

    Declaration
    public string LinkStyleName { get; set; }
    Property Value
    Type
    System.String

    Name

    Gets or sets the style name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The string that represents the style name.

    NextStyleName

    Gets or sets the name of the next style.

    Declaration
    public string NextStyleName { get; set; }
    Property Value
    Type
    System.String

    Type

    Gets the type of the style. Read-only.

    Declaration
    public StyleType Type { get; }
    Property Value
    Type Description
    StyleType

    The StyleType member that specifies the type of the style.

    Methods

    Dispose()

    Releases all resources used by the DocumentStyle instance.

    Declaration
    public virtual void Dispose()

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved