ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Inline - ASP.NETCore API Reference | Syncfusion DocumentAdv object. ">

    Show / Hide Table of Contents

    Class Inline

    An abstract class that provides a base for all inline elements in a DocumentAdv object.

    Inheritance
    System.Object
    BaseNode
    Inline
    CommentAdv
    CommentCharacterAdv
    FieldCharacterAdv
    ImageAdv
    SpanAdv
    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 abstract class Inline : BaseNode

    Constructors

    Inline()

    Initializes a new instance of the Inline class.

    Declaration
    public Inline()

    Properties

    CharacterFormat

    Gets or sets the CharacterFormat.

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