Interface IStiKeepFooterTogether

All Known Implementing Classes:
StiColumnFooterBand, StiCrossDataBand, StiCrossFooterBand, StiDataBand, StiFooterBand, StiHierarchicalBand, StiTable, StiTableOfContents

public interface IStiKeepFooterTogether
Allows to keep footer with data togehter.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets or sets value indicates that the footer is printed with data.
    void
    setKeepFooterTogether(boolean value)
     
  • Method Details

    • getKeepFooterTogether

      boolean getKeepFooterTogether()
      Gets or sets value indicates that the footer is printed with data.
    • setKeepFooterTogether

      void setKeepFooterTogether(boolean value)