Class ChildShape
Represents the child shape of group shape in the Word document.
Inheritance
System.Object
ChildShape
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 ChildShape : ShapeCommon, IXDLSSerializable, IParagraphItem, IOfficeRun, IEntity, ILeafWidget, IWidget
Properties
EntityType
Gets the Entity type
Declaration
public override EntityType EntityType { get; }
Property Value
Type |
---|
EntityType |
Overrides
Item[Int32]
Gets or sets the value for the property with specified key.
Declaration
protected object this[int key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | key | The key for the property. |
Property Value
Type | Description |
---|---|
System.Object | An object with the specific key. |
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
CloneImpl()
Creates a duplicate copy of this ChildShape object.
Declaration
protected override object CloneImpl()
Returns
Type | Description |
---|---|
System.Object | The reference of the newly created ChildShape. |
Overrides
CreateLayoutInfo()
Creates the layout information.
Declaration
protected override void CreateLayoutInfo()