Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > WordApplication API > Element > CreateBookmark

CreateBookmark Method



Signature:

public void CreateBookmark ( String name )

Description:

Creates a bookmark on this Element with the specified name.

Parameters:

name     A String representing the name to give this bookmark.

Examples:

[csharp]
e.CreateBookmark("MyBookmark");
[vbnet]
e.CreateBookmark("MyBookmark")



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.