menu

Document Processing

Interface ICompositeEntity - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ICompositeEntity

    Represents the entity collection

    Inherited Members
    IEntity.Clone()
    IEntity.Document
    IEntity.EntityType
    IEntity.IsComposite
    IEntity.NextSibling
    IEntity.Owner
    IEntity.PreviousSibling
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public interface ICompositeEntity : IEntity

    Properties

    ChildEntities

    Gets the child entities.

    Declaration
    EntityCollection ChildEntities { get; }
    Property Value
    Type Description
    EntityCollection

    The child entities.

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