Package com.stimulsoft.report.engine
Class StiOddEvenStylesHelper
java.lang.Object
com.stimulsoft.report.engine.StiOddEvenStylesHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StiBaseStyleapplyOddEvenStyles(StiReport report, IStiOddEvenStyles styles, StiContainer cont) Applies OddStyle and EvenStyle to the specified container that is formed on the base of a band that realizes the IStiOddEvenStyles interface.
-
Constructor Details
-
StiOddEvenStylesHelper
public StiOddEvenStylesHelper()
-
-
Method Details
-
applyOddEvenStyles
public static StiBaseStyle applyOddEvenStyles(StiReport report, IStiOddEvenStyles styles, StiContainer cont) Applies OddStyle and EvenStyle to the specified container that is formed on the base of a band that realizes the IStiOddEvenStyles interface.- Parameters:
styles- A band that realizes the IStiOddEvenStyles interface that formed the specified container.cont- A container formed of the specified band.
-