public interface ChartTextSource
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormulaString()
Returns formula representation of the text source.
|
java.lang.String |
getTextString()
Returns the text String(cached string if a reference)
|
boolean |
isReference()
Returns
true if charts text source is valid cell range. |
void |
renameSheet(java.lang.String oldname,
java.lang.String newname) |
boolean isReference()
true
if charts text source is valid cell range.true
if charts text source is valid cell rangejava.lang.String getTextString()
java.lang.String getFormulaString()
{@code
- UnsupportedOperationException} if the text source is not a
reference.void renameSheet(java.lang.String oldname, java.lang.String newname)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.