Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / InsertBeforeOrAfter Class
Members


In This Topic
    InsertBeforeOrAfter Class
    In This Topic
    Represents the base class for DocumentElements that support the ablity to insert new DocumentElements before or after the current DocumentElement.
    Syntax
    'Declaration
     
    Public MustInherit Class InsertBeforeOrAfter 
       Inherits DocumentElement
    'Usage
     
    Dim instance As InsertBeforeOrAfter
    public abstract class InsertBeforeOrAfter : DocumentElement 
    Remarks
    Only certain DocumentElements can support these functions without creating invalid documents.
    Inheritance Hierarchy

    System.Object
       Xceed.Document.NET.DocumentElement
          Xceed.Document.NET.InsertBeforeOrAfter
             Xceed.Document.NET.List
             Xceed.Document.NET.Paragraph
             Xceed.Document.NET.Table

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also