接口 IHeaderFooter


public interface IHeaderFooter
Represents a picture or text how to be aligned in the page header and footer.
  • 方法概要

    修饰符和类型
    方法
    说明
    Returns a IGraphic object that represents a picture field included inthe specified header or footer.
    Returns a Text object that represents text included in the specified header or footer.
    void
    setText(String value)
    Sets a Text object that represents text included in the specified header or footer.
  • 方法详细资料

    • getText

      String getText()
      Returns a Text object that represents text included in the specified header or footer.
    • setText

      void setText(String value)
      Sets a Text object that represents text included in the specified header or footer.
    • getPicture

      IGraphic getPicture()
      Returns a IGraphic object that represents a picture field included inthe specified header or footer.