menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OwnerHolder

    Show / Hide Table of Contents

    Class OwnerHolder

    Provides the base implementation for all the classes with holder behavior.

    Inheritance
    System.Object
    OwnerHolder
    CollectionImpl
    TextFrame
    XDLSSerializableBase
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    WordDocument

    Properties

    Document

    Gets the owner document. Read-only.

    Declaration
    public WordDocument Document { get; }
    Property Value
    Type Description
    WordDocument

    The WordDocument instance.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved