Class StiComponentDivider

java.lang.Object
com.stimulsoft.report.components.StiComponentDivider

public class StiComponentDivider extends Object
  • 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: