public class StiComponentDivider
extends java.lang.Object
| Constructor and Description |
|---|
StiComponentDivider() |
| Modifier and Type | Method and Description |
|---|---|
static StiContainer |
BreakContainer(double maxAllowedHeight,
StiContainer renderedContainer)
Break container with all components.
|
static StiComponentsCollection |
BreakContainer(StiContainer renderedContainer,
StiContainer masterContainer,
boolean firstPass)
Break container with all components.
|
static StiBreakText |
BreakText(StiGraphics measureGraphics,
StiRectangle rect,
java.lang.String text,
StiFont font,
StiTextOptions textOptions,
StiTextQuality textQuality,
boolean allowHtmlTags,
StiText textComp) |
public static StiBreakText BreakText(StiGraphics measureGraphics, StiRectangle rect, java.lang.String text, StiFont font, StiTextOptions textOptions, StiTextQuality textQuality, boolean allowHtmlTags, StiText textComp)
public static StiComponentsCollection BreakContainer(StiContainer renderedContainer, StiContainer masterContainer, boolean firstPass)
renderedContainer - Rendered container with components.masterContainer - Master container, who is render renderedContainer.firstPass - True if this is first pass of breaking components.public static StiContainer BreakContainer(double maxAllowedHeight, StiContainer renderedContainer)
renderedContainer - Rendered container with components.masterContainer - Master container, who is render renderedContainer.firstPass - True if this is first pass of breaking components.Copyright © 2019 Stimulsoft. All Rights Reserved.