Name | Description | |
---|---|---|
![]() | delete | Deletes the object. |
![]() | getFont | Returns the IFontFormat object that represents the font of thespecified object. |
![]() | getFormat | Returns the IChartFormat object. |
![]() | getFormula | Gets a value that represents the formula of the object using A1-style notation, in English. |
![]() | getFormulaR1C1 | Gets a value that represents the formula of the object using R1C1-style notation, in English. |
![]() | 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. |
![]() | getOrientation | Gets the text orientation. |
![]() | getParent | Returns the parent object for the specified object. |
![]() | getText | Returns the text for the specified object. |
![]() | getTextFrame | Returns the ITextFrame object that represents the text of thespecified object. |
![]() | setFormula | Sets a value that represents the formula of the object using A1-style notation, in English. |
![]() | setFormulaR1C1 | Sets a value that represents the formula of the object using R1C1-style notation, in English. |
![]() | setIncludeInLayout | 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. |
![]() | setOrientation | Sets the text orientation. Can be an integer value from ¨C90 to 90 degrees. |
![]() | setText | Sets the text for the specified object. |