Class ChildGroupShape
Represents a collection of TextBodyItem items.
Inheritance
System.Object
    
    
    
    
    
    
    
    ChildGroupShape
  Inherited Members
      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()
    
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class ChildGroupShape : ChildShape, IXDLSSerializable, IParagraphItem, IOfficeRun, IEntity, ILeafWidget, IWidgetProperties
EntityType
Gets the Entity type
Declaration
public override EntityType EntityType { get; }Property Value
| Type | 
|---|
| EntityType | 
Overrides
Methods
CloneImpl()
Creates a duplicate copy of this ChildGroupShape object.
Declaration
protected override object CloneImpl()Returns
| Type | Description | 
|---|---|
| System.Object | The reference of the newly created ChildGroupShape. |