接口 IChartTitle
- 所有已知子接口:
IAxisTitle
public interface IChartTitle
Represents the chart title.
-
方法概要
修饰符和类型方法说明void
delete()
Deletes the object.getFont()
Returns theIFontFormat
object that represents the font of thespecified object.Returns theIChartFormat
object.Gets a value that represents the formula of the object using A1-style notation, in English.Gets a value that represents the formula of the object using R1C1-style notation, in English.boolean
Gets whether the layout includes the title.int
Gets the text orientation.Returns the parent object for the specified object.getText()
Returns the text for the specified object.Returns theITextFrame
object that represents the text of thespecified object.void
setFormula
(String value) Sets a value that represents the formula of the object using A1-style notation, in English.void
setFormulaR1C1
(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
Sets the text for the specified object.
-
方法详细资料
-
getParent
IChart getParent()Returns the parent object for the specified object. -
getText
String getText()Returns the text for the specified object. -
setText
Sets the text for the specified object. -
getTextFrame
ITextFrame getTextFrame()Returns theITextFrame
object that represents the text of thespecified object. -
getFont
IFontFormat getFont()Returns theIFontFormat
object that represents the font of thespecified object. -
getFormat
IChartFormat getFormat()Returns theIChartFormat
object. -
getFormula
String getFormula()Gets a value that represents the formula of the object using A1-style notation, in English. -
setFormula
Sets a value that represents the formula of the object using A1-style notation, in English. -
getFormulaR1C1
String getFormulaR1C1()Gets a value that represents the formula of the object using R1C1-style notation, in English. -
setFormulaR1C1
Sets a value that represents the formula of the object using R1C1-style notation, in English. -
getIncludeInLayout
boolean getIncludeInLayout()Gets whether the layout includes the title. True if a chart title will occupy the chart layout space when a chart layout is being determined. The default value is True. -
setIncludeInLayout
void setIncludeInLayout(boolean value) Sets whether the layout includes the title. True if a chart title will occupy the chart layout space when a chart layout is being determined. The default value is True. -
getOrientation
int getOrientation()Gets the text orientation. -
setOrientation
void setOrientation(int value) Sets the text orientation. Can be an integer value from –90 to 90 degrees. -
delete
void delete()Deletes the object.
-