Interface IStiKeepHeaderTogether

All Known Implementing Classes:
StiColumnHeaderBand, StiCrossDataBand, StiCrossHeaderBand, StiDataBand, StiHeaderBand, StiHierarchicalBand, StiTable, StiTableOfContents

public interface IStiKeepHeaderTogether
Allows to print header with data together.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets or sets value indicates that header is printed with data together.
    void
    setKeepHeaderTogether(boolean value)
     
  • Method Details

    • getKeepHeaderTogether

      boolean getKeepHeaderTogether()
      Gets or sets value indicates that header is printed with data together.
    • setKeepHeaderTogether

      void setKeepHeaderTogether(boolean value)