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 TypeMethodDescriptionbooleanGets or sets value indicates that header is printed with data together.voidsetKeepHeaderTogether(boolean value)
-
Method Details
-
getKeepHeaderTogether
boolean getKeepHeaderTogether()Gets or sets value indicates that header is printed with data together. -
setKeepHeaderTogether
void setKeepHeaderTogether(boolean value)
-