Uses of Enum Class
com.stimulsoft.report.enums.StiKeepDetails
Packages that use StiKeepDetails
-
Uses of StiKeepDetails in com.stimulsoft.report.components.bands
Methods in com.stimulsoft.report.components.bands that return StiKeepDetailsModifier and TypeMethodDescriptionStiDataBand.getKeepDetails()StiTableOfContents.getKeepDetails()Methods in com.stimulsoft.report.components.bands with parameters of type StiKeepDetailsModifier and TypeMethodDescriptionvoidStiDataBand.setKeepDetails(StiKeepDetails keepDetails) voidStiTableOfContents.setKeepDetails(StiKeepDetails keepDetails) -
Uses of StiKeepDetails in com.stimulsoft.report.enums
Methods in com.stimulsoft.report.enums that return StiKeepDetailsModifier and TypeMethodDescriptionstatic StiKeepDetailsReturns the enum constant of this class with the specified name.static StiKeepDetails[]StiKeepDetails.values()Returns an array containing the constants of this enum class, in the order they are declared.