The IWP_Bookmark interface contains methods which are used to extends
the IWP_Base interface, and therefore, inherits all of its base public
methods. Bookmarks are placemarkers for links to another location. The
primary function of the IWP_Base interface is to provide or retreive the
names of objects. The following methods are from IWP_Base and can
be used on an IWP_Bookmark object, because IWP_Bookmark extends IWP_Base.
Return | Function Call | Description |
String | getName() | retreives the name of an object |
Boolean | setName(String name) | sets the name of an object |