[]
        
(Showing Draft Content)

IHeaderFooter

Interface IHeaderFooter


public interface IHeaderFooter
Represents a picture or text how to be aligned in the page header and footer.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • 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.