Interface IAutoTextContent

All Superinterfaces:
org.eclipse.birt.report.engine.css.engine.CSSStylableElement, IContent, IElement, IStyledElement, ITextContent

public interface IAutoTextContent extends ITextContent
Provides the interfaces for the AutoText Content.

AutoText Content is created at the start of the process, but the text value is set at the end of the process. The typical implementation of AutoText is total page of report.

The following types of the AutoText content are predefined:

  • TOTAL_PAGE
  • PAGE_NUMBER
    • Field Details

    • Method Details

      • setType

        void setType(int type)
        Set the type of the AutoText Content. This type must be one of the predefines.
      • TOTAL_PAGE
      • PAGE_NUMBER
      • Parameters:
        type - the type of the AutoText Content.
      • getType

        int getType()
        Get the type of the AutoText Content.

        The return value must be on of the predefines.

      • TOTAL_PAGE
      • PAGE_NUMBER