IWP_Link Interface
The IWP_Link interface provides methods for setting and retreiving a
link (either a bookmark or a URL) upon a selected object within the wordprocessor.
The methods are as follows:
Return |
Function Call |
Description |
String |
getHREF() |
returns a URL or bookmark of an associated selection object |
Void |
setHREF(string format) |
sets a URL or bookmark reference for an associated selection
object |
The following methods are from IWP_Base and can be used on an
IWP_Link object, because IWP_Link 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 |
See Also
WordProcessor Overview
WordProcessor examples