menu

WinForms

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

    Show / Hide Table of Contents

    Class Entity

    Provides the base implementation for DLS entities.

    Inheritance
    System.Object
    OwnerHolder
    XDLSSerializableBase
    Entity
    WidgetBase
    Implements
    IXDLSSerializable
    IEntity
    Inherited Members
    OwnerHolder.Document
    OwnerHolder.m_doc
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    XDLSSerializableBase.CloneImpl()
    XDLSSerializableBase.InitXDLSHolder()
    XDLSSerializableBase.IXDLSSerializable.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.RestoreReference(String, Int32)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.XDLSHolder
    XDLSSerializableBase.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.RestoreReference(String, Int32)
    XDLSSerializableBase.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.XDLSHolder
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public abstract class Entity : XDLSSerializableBase, IXDLSSerializable, IEntity

    Constructors

    Entity(WordDocument, Entity)

    Initializes a new instance of the Entity class.

    Declaration
    protected Entity(WordDocument doc, Entity owner)
    Parameters
    Type Name Description
    WordDocument doc

    The WordDocument object.

    Entity owner

    The Entity that is the owner.

    Properties

    EntityType

    Gets the type of the entity.

    Declaration
    public abstract EntityType EntityType { get; }
    Property Value
    Type Description
    EntityType

    The EntityType of the current item.

    IsComposite

    Gets a value indicating whether this instance is composite.

    Declaration
    public bool IsComposite { get; }
    Property Value
    Type Description
    System.Boolean

    True if this instance is composite, otherwise false.

    NextSibling

    Gets the next sibling of the entity.

    Declaration
    public IEntity NextSibling { get; }
    Property Value
    Type Description
    IEntity

    The IEntity that represents the next sibling.

    Owner

    Gets the owner of the entity.

    Declaration
    public Entity Owner { get; }
    Property Value
    Type Description
    Entity

    The Entity that specifies the owner.

    PreviousSibling

    Gets the previous sibling of the entity.

    Declaration
    public IEntity PreviousSibling { get; }
    Property Value
    Type Description
    IEntity

    The IEntity that represents the previous sibling.

    Methods

    Clone()

    Creates a duplicate copy of the entity.

    Declaration
    public Entity Clone()
    Returns
    Type Description
    Entity

    The Entity object which is a copy of the current entity.

    Implements

    IXDLSSerializable
    IEntity
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved