Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IChartTitle Interface

In This Topic
    IChartTitle Interface Methods
    In This Topic

    For a list of all members of this type, see IChartTitle members.

    Public Methods
     NameDescription
     MethodDeletes the object.  
     MethodGets the text direction.  
     MethodReturns the IFontFormat object that represents the font of thespecified object.  
     MethodReturns the IChartFormat object.  
     MethodGets a value that represents the formula of the object using A1-style notation, in English.  
     MethodGets a value that represents the formula of the object using R1C1-style notation, in English.  
     MethodGets 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.  
     MethodGets the text orientation.  
     MethodReturns the parent object for the specified object.  
     MethodReturns the text for the specified object.  
     MethodReturns the ITextFrame object that represents the text of thespecified object.  
     MethodSets the text direction.  
     MethodSets a value that represents the formula of the object using A1-style notation, in English.  
     MethodSets a value that represents the formula of the object using R1C1-style notation, in English.  
     MethodSets 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.  
     MethodSets the text orientation. Can be an integer value from ¨C90 to 90 degrees.  
     MethodSets the text for the specified object.  
    Top
    See Also