IWP_Marker Interface 

The IWP_Marker interface contains methods which are used to mark text.  The IWP_Marker interface extends the IWP_Base interface, and therefore, inherits all of its base public methods. The primary function of the IWP_Base interface is to provide or retreive the names of objects.  IWP_Marker contains the following methods:
 
 
Return Function Call Description
Void setText(String text) sets the text
String getText() retrieves the text
 
 The following methods are from IWP_Base and can be used on an IWP_Marker object, because IWP_Marker 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