public interface IChartTitle
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the object.
|
IFontFormat |
getFont()
Returns the
IFontFormat object that represents the font of the
specified object. |
IChartFormat |
getFormat()
Returns the
IChartFormat object. |
java.lang.String |
getFormula()
Gets a value that represents the formula of the object using A1-style
notation, in English.
|
java.lang.String |
getFormulaR1C1()
Gets a value that represents the formula of the object using R1C1-style
notation, in English.
|
boolean |
getIncludeInLayout()
Gets whether the layout includes the title.
|
int |
getOrientation()
Gets the text orientation.
|
IChart |
getParent()
Returns the parent object for the specified object.
|
java.lang.String |
getText()
Returns the text for the specified object.
|
ITextFrame |
getTextFrame()
Returns the
ITextFrame object that represents the text of the
specified object. |
void |
setFormula(java.lang.String value)
Sets a value that represents the formula of the object using A1-style
notation, in English.
|
void |
setFormulaR1C1(java.lang.String value)
Sets a value that represents the formula of the object using R1C1-style
notation, in English.
|
void |
setIncludeInLayout(boolean value)
Sets whether the layout includes the title.
|
void |
setOrientation(int value)
Sets the text orientation.
|
void |
setText(java.lang.String value)
Sets the text for the specified object.
|
IChart getParent()
java.lang.String getText()
void setText(java.lang.String value)
ITextFrame getTextFrame()
ITextFrame object that represents the text of the
specified object.IFontFormat getFont()
IFontFormat object that represents the font of the
specified object.IChartFormat getFormat()
IChartFormat object.java.lang.String getFormula()
void setFormula(java.lang.String value)
java.lang.String getFormulaR1C1()
void setFormulaR1C1(java.lang.String value)
boolean getIncludeInLayout()
void setIncludeInLayout(boolean value)
int getOrientation()
void setOrientation(int value)
void delete()