IWP_PageNumber Interface
The IWP_PageNumber interface provides methods inserting a page number
within a document, and for for setting and retreiving its associated format
attribute. The methods are as follows:
Return |
Function Call |
Description |
String |
getFormat() |
returns a string indicating a page number |
Void |
setFormat(String text) |
sets the format attribute for a page number |
The following methods are from IWP_Base and can be used on an
IWP_PageNumber object, because IWP_PageNumber 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