接口 IChartTitle

所有已知子接口:
IAxisTitle

public interface IChartTitle
Represents the chart title.
  • 方法详细资料

    • getParent

      IChart getParent()
      Returns the parent object for the specified object.
    • getText

      String getText()
      Returns the text for the specified object.
    • setText

      void setText(String value)
      Sets the text for the specified object.
    • getTextFrame

      ITextFrame getTextFrame()
      Returns the ITextFrame object that represents the text of thespecified object.
    • getFont

      IFontFormat getFont()
      Returns the IFontFormat object that represents the font of thespecified object.
    • getFormat

      IChartFormat getFormat()
      Returns the IChartFormat object.
    • getFormula

      String getFormula()
      Gets a value that represents the formula of the object using A1-style notation, in English.
    • setFormula

      void setFormula(String value)
      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

      void setFormulaR1C1(String value)
      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.