menu

Document Processing

WidgetBase Class - C# Word Library API Reference | Syncfusion

    Show / Hide Table of Contents

    WidgetBase Class

    The base implementation of IWidget interface

    Inheritance
    System.Object
    OwnerHolder
    Syncfusion.DocIO.DLS.XML.XDLSSerializableBase
    Entity
    WidgetBase
    ParagraphItem
    TextBodyItem
    WidgetContainer
    WTableRow
    Implements
    IEntity
    Inherited Members
    Entity.Clone()
    Entity.EntityType
    Entity.IsComposite
    Entity.NextSibling
    Entity.Owner
    Entity.PreviousSibling
    OwnerHolder.Document
    OwnerHolder.m_doc
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public abstract class WidgetBase : Entity, IXDLSSerializable, IEntity, IWidget

    Constructors

    WidgetBase(WordDocument, Entity)

    Initializes a new instance of the WidgetBase class.

    Declaration
    public WidgetBase(WordDocument doc, Entity owner)
    Parameters
    Type Name Description
    WordDocument doc

    The doc.

    Entity owner

    The owner.

    Methods

    CreateLayoutInfo()

    Declaration
    protected abstract void CreateLayoutInfo()

    Implements

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