Class ContentElement
Inheritance
System.Object
ContentElement
Implements
IronSoftware.Abstractions.IDocumentElement
IronSoftware.IDocumentObject
System.ICloneable
Assembly: IronWord.dll
Syntax
public abstract class ContentElement : Object, IDocumentElement, IDocumentObject, ICloneable
Constructors
ContentElement()
Declaration
protected ContentElement()
Fields
Status
Declaration
public ElementStatus Status
Field Value
Properties
DocumentId
Declaration
public IDocumentId DocumentId { get; set; }
Property Value
Type |
Description |
IronSoftware.IDocumentId |
|
ObjNum
Declaration
public uint ObjNum { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
PageIndex
Declaration
public uint PageIndex { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Parent
Declaration
public ParentElement Parent { get; }
Property Value
Methods
Clone()
Declaration
public virtual object Clone()
Returns
Type |
Description |
System.Object |
|
CloneObject()
Declaration
protected virtual object CloneObject()
Returns
Type |
Description |
System.Object |
|
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
Implements
IronSoftware.Abstractions.IDocumentElement
IronSoftware.IDocumentObject
System.ICloneable