Class StiStaticBandsHelper
java.lang.Object
com.stimulsoft.report.engine.engineV2.StiStaticBandsHelper
A class helps to output PageHeaderBand, PageFooterBand, ReportTitleBand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal doublefinal doubleReturns the FreeSpace value saved in the Render method.final doubleReturns the PositionBottomY value saves in the Render method.final doubleReturns the PositionX value saves in the Render method.final doubleReturns the PositionY value saves in the Render method.final voidRender()Prints PageHeaderBand, PageFooterBand, ReportTitleBand
-
Field Details
-
engine
-
-
Constructor Details
-
StiStaticBandsHelper
-
-
Method Details
-
getReservedFreeSpace
public final double getReservedFreeSpace()Returns the FreeSpace value saved in the Render method. The property is used in the SetNewColumnParameters method. -
getReservedCrossFreeSpace
public final double getReservedCrossFreeSpace() -
getReservedPositionX
public final double getReservedPositionX()Returns the PositionX value saves in the Render method. The property is used in the SetNewColumnParameters method. -
getReservedPositionY
public final double getReservedPositionY()Returns the PositionY value saves in the Render method. The property is used in the SetNewColumnParameters method. -
getReservedPositionBottomY
public final double getReservedPositionBottomY()Returns the PositionBottomY value saves in the Render method. The property is used in the SetNewColumnParameters method. -
Render
public final void Render()Prints PageHeaderBand, PageFooterBand, ReportTitleBand
-