:: com :: sun :: star :: sheet ::
|
unpublished |
interface XMultiFormulaTokens |
|
|
|
- Usage Restrictions
- not published
- Description
- gives access to multiple sets of formula tokens.
A service implementing this interface can internally set an arbitrary
number of formula token sequences. The number of allowed formula token
sequences must be returned by the
XMultiFormulaTokens::getCount
method. When the client code tries to access formula tokens at index that
is outside the allowed index range, the implementation shall return an
IndexOutOfBoundsException.
|
Methods' Summary |
getTokens |
returns the formula at specified index as sequence of tokens.
|
setTokens |
sets the formula at specified index as sequence of tokens.
|
getCount |
returns the number of formulas allowed in this formula token set.
|
Methods' Details |
getTokens
- Description
- returns the formula at specified index as sequence of tokens.
- Throws
- IndexOutOfBoundsException
If the given index lies not in the valid range then an
::com::sun::star::lang::IndexOutOfBoundsException
exception is thrown.
|
|
setTokens
- Description
- sets the formula at specified index as sequence of tokens.
- Throws
- IndexOutOfBoundsException
If the given index lies not in the valid range then an
::com::sun::star::lang::IndexOutOfBoundsException
exception is thrown.
|
|
getCount
- Description
- returns the number of formulas allowed in this formula token set.
- Returns
- the number of formulas the implementation supports.
|
|
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.