Class ContentElement
Inheritance
System.Object
ContentElement
Assembly: IronWord.dll
Syntax
public abstract class ContentElement : Object, xdbdzv
Constructors
ContentElement()
Declaration
protected ContentElement()
Fields
Status
Declaration
public ElementStatus Status
Field Value
Properties
Parent
Declaration
public ParentElement Parent { get; }
Property Value
Methods
Clone()
Declaration
public virtual ContentElement Clone()
Returns
CloneObject<T>(T)
Declaration
protected static T CloneObject<T>(T original)
where T : ContentElement
Parameters
Type |
Name |
Description |
T |
original |
|
Returns
Type Parameters
GetIndex<T>()
Declaration
protected int GetIndex<T>()
where T : ContentElement
Returns
Type |
Description |
System.Int32 |
|
Type Parameters
Remove()
Declaration
public virtual void Remove()
Replace(ContentElement)
Declaration
public void Replace(ContentElement newChild)
Parameters