Interface IStiKeepDetailsTogether
- All Known Implementing Classes:
StiCrossDataBand,StiDataBand,StiHierarchicalBand,StiTable,StiTableOfContents
public interface IStiKeepDetailsTogether
Allows to keep all details together, if possible. EngineV2 only.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets or sets value indicates that details are to be kept together.voidsetKeepDetailsTogether(boolean value)
-
Method Details
-
getKeepDetailsTogether
boolean getKeepDetailsTogether()Gets or sets value indicates that details are to be kept together. -
setKeepDetailsTogether
void setKeepDetailsTogether(boolean value)
-