Xceed Words for .NET v3.0 Documentation
ReplaceAtBookmark Method (Container)


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace > Container Class : ReplaceAtBookmark Method
The text to insert.
The name of the Bookmark where the text is to be replaced.
The formatting for the text of the Bookmark.
Replaces the text at the specified Bookmark in this Container.
Syntax
'Declaration
 
Public Overridable Sub ReplaceAtBookmark( _
   ByVal text As String, _
   ByVal bookmarkName As String, _
   Optional ByVal formatting As Formatting _
) 
'Usage
 
Dim instance As Container
Dim text As String
Dim bookmarkName As String
Dim formatting As Formatting
 
instance.ReplaceAtBookmark(text, bookmarkName, formatting)
public virtual 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 formatting for the text of the Bookmark.
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

Reference

Container Class
Container Members