Xceed Words for .NET v3.0 Documentation
InsertBookmark Method


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace > Container Class : InsertBookmark Method
The name for the Bookmark to insert.
Inserts a Bookmark to this Container.
Syntax
'Declaration
 
Public Overridable Function InsertBookmark( _
   ByVal bookmarkName As String _
) As Paragraph
'Usage
 
Dim instance As Container
Dim bookmarkName As String
Dim value As Paragraph
 
value = instance.InsertBookmark(bookmarkName)
public virtual Paragraph InsertBookmark( 
   string bookmarkName
)

Parameters

bookmarkName
The name for the Bookmark to insert.

Return Value

The Paragraph with the new bookmark added.
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