Package com.stimulsoft.report.components
Class StiComponentDivider
java.lang.Object
com.stimulsoft.report.components.StiComponentDivider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StiContainerBreakContainer(double maxAllowedHeight, StiContainer renderedContainer, StiRefObject<Boolean> haveBreaked) Break container with all components.static StiComponentsCollectionBreakContainer(StiContainer renderedContainer, StiContainer masterContainer, boolean firstPass) Break container with all components.static StiBreakTextBreakText(StiGraphics measureGraphics, StiRectangle rect, String text, StiFont font, StiTextOptions textOptions, StiTextQuality textQuality, boolean allowHtmlTags, StiText textComp)
-
Constructor Details
-
StiComponentDivider
public StiComponentDivider()
-
-
Method Details
-
BreakText
public static StiBreakText BreakText(StiGraphics measureGraphics, StiRectangle rect, String text, StiFont font, StiTextOptions textOptions, StiTextQuality textQuality, boolean allowHtmlTags, StiText textComp) -
BreakContainer
public static StiComponentsCollection BreakContainer(StiContainer renderedContainer, StiContainer masterContainer, boolean firstPass) Break container with all components. EngineV1.- Parameters:
renderedContainer- Rendered container with components.masterContainer- Master container, who is render renderedContainer.firstPass- True if this is first pass of breaking components.- Returns:
-
BreakContainer
public static StiContainer BreakContainer(double maxAllowedHeight, StiContainer renderedContainer, StiRefObject<Boolean> haveBreaked) Break container with all components. EngineV2.- Parameters:
renderedContainer- Rendered container with components.masterContainer- Master container, who is render renderedContainer.firstPass- True if this is first pass of breaking components.- Returns:
-