Methods' Details |
getUserFieldCount
short |
getUserFieldCount(); |
- Description
- provides information about count of available fields
This count marks the top range of possible requests for get/set
any of these fields. Range = [0..count-1]
- Returns
- current count
|
|
getUserFieldName
- Description
- returns the name of an user field
- Parameter Index
- specifies the position of requested field
Range = [0..count-1]
- Returns
- the name of the requested field
- Throws
- com::sun::star::lang::ArrayIndexOutOfBoundsException
if Index don't fit range of [0..count-1]
|
|
getUserFieldValue
- Description
- returns the value of an user field
- Parameter Index
- specifies the position of requested field
Range = [0..count-1]
- Returns
- the value of the requested field
- Throws
- com::sun::star::lang::ArrayIndexOutOfBoundsException
if Index don't fit range of [0..count-1]
|
|
setUserFieldName
- Description
- changes the name of one of the user fields
- Parameter Index
- specifies the position of requested field
Range = [0..count-1]
- Parameter Name
- the new name for this field to be set
- Throws
- com::sun::star::lang::ArrayIndexOutOfBoundsException
if Index don't fit range of [0..count-1]
|
|
setUserFieldValue
- Description
- changes the value of one of the user fields
- Parameter Index
- specifies the position of requested field
Range = [0..count-1]
- Parameter Value
- the new value for this field to be set
- Throws
- com::sun::star::lang::ArrayIndexOutOfBoundsException
if Index don't fit range of [0..count-1]
|
|
Copyright © 2003 Sun Microsystems, Inc.