Xceed Words for .NET v5.1 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

    Public Properties
     NameDescription
    Public PropertyGets or sets the PackagePart for this element. (Inherited from Xceed.Document.NET.DocumentElement)
    Public PropertyGets or sets the XML for this element. (Inherited from Xceed.Document.NET.DocumentElement)
    Top
    Public Methods
     NameDescription
    Public MethodInserts an incremental caption text under the current picture, table or paragraph.  
    Public MethodInserts a defined List after the current object.  
    Public MethodInserts a defined List before the current object.  
    Public MethodInserts a page break after the current object.  
    Public MethodInserts a page break before the current object.  
    Public MethodOverloaded. Inserts a Paragraph after the current object.  
    Public MethodOverloaded. Inserts a Paragraph before the current object.  
    Public MethodOverloaded. Inserts a Table after the current object.  
    Public MethodOverloaded. Inserts a Table before the current object.  
    Top
    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