Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Paragraph Class / Remove Method
Determines if the removal should be tracked or not. Use true if this change should be tracked; otherwise, use false.
Determines which of the Paragraph's object(s) (ChartsPicturesTables) will be removed from the Document when it is removed. By default, all of the aforementioned objects will be removed.


In This Topic
    Remove Method (Paragraph)
    In This Topic
    Removes this Paragraph from the Document.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal trackChanges As Boolean, _
       Optional ByVal removeParagraphFlags As RemoveParagraphFlags _
    ) 
    'Usage
     
    Dim instance As Paragraph
    Dim trackChanges As Boolean
    Dim removeParagraphFlags As RemoveParagraphFlags
     
    instance.Remove(trackChanges, removeParagraphFlags)
    public void Remove( 
       bool trackChanges,
       RemoveParagraphFlags removeParagraphFlags
    )

    Parameters

    trackChanges
    Determines if the removal should be tracked or not. Use true if this change should be tracked; otherwise, use false.
    removeParagraphFlags
    Determines which of the Paragraph's object(s) (ChartsPicturesTables) will be removed from the Document when it is removed. By default, all of the aforementioned objects will be removed.
    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