:: 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 © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.