menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class ParagraphAdv

    Represents the ParagraphAdv class.

    Inheritance
    System.Object
    BaseNode
    BlockAdv
    ParagraphAdv
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ.DocumentEditor
    Assembly: Syncfusion.EJ.DocumentEditor.dll
    Syntax
    public class ParagraphAdv : BlockAdv

    Constructors

    ParagraphAdv()

    Initializes a new instance of the ParagraphAdv class.

    Declaration
    public ParagraphAdv()

    Properties

    CharacterFormat

    Gets or sets the CharacterFormat of the ParagraphAdv.

    Declaration
    public CharacterFormat CharacterFormat { get; set; }
    Property Value
    Type Description
    CharacterFormat

    Inlines

    Gets or Sets the inline collection of the ParagraphAdv.

    Declaration
    public List<Inline> Inlines { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Inline>

    ParagraphFormat

    Gets or sets the ParagraphFormat of the ParagraphAdv.

    Declaration
    public ParagraphFormat ParagraphFormat { get; set; }
    Property Value
    Type Description
    ParagraphFormat
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved