Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Paragraph Class / ReplaceAtBookmark Method
The text to insert.
The name of the Bookmark where the text is to be replaced.
The format to apply to the bookmark text.


In This Topic
    ReplaceAtBookmark Method (Paragraph)
    In This Topic
    Replaces the text at the specified Bookmark in this Paragraph.
    Syntax
    'Declaration
     
    Public Sub ReplaceAtBookmark( _
       ByVal text As String, _
       ByVal bookmarkName As String, _
       Optional ByVal formatting As Formatting _
    ) 
    'Usage
     
    Dim instance As Paragraph
    Dim text As String
    Dim bookmarkName As String
    Dim formatting As Formatting
     
    instance.ReplaceAtBookmark(text, bookmarkName, formatting)
    public void ReplaceAtBookmark( 
       string text,
       string bookmarkName,
       Formatting formatting
    )

    Parameters

    text
    The text to insert.
    bookmarkName
    The name of the Bookmark where the text is to be replaced.
    formatting
    The format to apply to the bookmark text.
    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