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]
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.