Class OwnerHolder
Provides the base implementation for all the classes with holder behavior.
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 abstract class OwnerHolder
Constructors
OwnerHolder()
Initializes a new instance of the OwnerHolder class.
Declaration
public OwnerHolder()
OwnerHolder(WordDocument)
Initializes a new instance of the OwnerHolder class with the specified WordDocument instance.
Declaration
public OwnerHolder(WordDocument doc)
Parameters
Type | Name | Description |
---|---|---|
WordDocument | doc | The WordDocument instance. |
OwnerHolder(WordDocument, OwnerHolder)
Initializes a new instance of the OwnerHolder class with the specified WordDocument instance and OwnerHolder instance.
Declaration
public OwnerHolder(WordDocument doc, OwnerHolder owner)
Parameters
Type | Name | Description |
---|---|---|
WordDocument | doc | The doc. |
OwnerHolder | owner | The owner. |
Fields
m_doc
Specifies the Word document instance.
Declaration
protected WordDocument m_doc
Field Value
Type |
---|
WordDocument |
Properties
Document
Gets the owner document. Read-only.
Declaration
public WordDocument Document { get; }
Property Value
Type | Description |
---|---|
WordDocument | The WordDocument instance. |