Class ParagraphAdv
Represents the ParagraphAdv class.
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 |