接口 IChartTitle

所有已知子接口:
IAxisTitle

public interface IChartTitle
表示图表标题。
  • 方法详细资料

    • getParent

      IChart getParent()
      返回指定对象的父对象。
    • getText

      String getText()
      返回指定对象的文本。
    • setText

      void setText(String value)
      为指定的对象设置文本。
    • getTextFrame

      ITextFrame getTextFrame()
      返回代表指定对象文本的 ITextFrame 对象。
    • getFont

      IFontFormat getFont()
      返回代表指定对象字体的IFontFormat对象。
    • getFormat

      IChartFormat getFormat()
      返回IChartFormat对象。
    • getFormula

      String getFormula()
      获取一个值,该值使用A1样式表示法表示对象的公式(英文)。
    • setFormula

      void setFormula(String value)
      设置一个值,该值使用A1样式的表示法代表对象的公式,用英文表达。
    • getFormulaR1C1

      String getFormulaR1C1()
      获取一个值,该值使用R1C1样式表示法表示对象的公式(英文)。
    • setFormulaR1C1

      void setFormulaR1C1(String value)
      设置一个值,该值使用R1C1样式表示法代表对象的公式,用英文表达。
    • getIncludeInLayout

      boolean getIncludeInLayout()
      获取布局是否包含标题。如果图表布局确定时,图表标题将占用图表布局空间,则为True。默认值为True。
    • setIncludeInLayout

      void setIncludeInLayout(boolean value)
      设置布局是否包含标题。如果确定图表布局时图表标题将占据图表布局空间,则为 True。默认值为 True。
    • getOrientation

      int getOrientation()
      获取文本方向。
    • setOrientation

      void setOrientation(int value)
      设置文本方向。可以是–90到90度的整数值。
    • getDirection

      TextDirection getDirection()
      获取文本方向。
    • setDirection

      void setDirection(TextDirection value)
      设置文本方向。
    • delete

      void delete()
      删除该对象。