Uses of Class
com.stimulsoft.report.components.simplecomponents.StiText
Packages that use StiText
Package
Description
-
Uses of StiText in com.stimulsoft.report.chart
Fields in com.stimulsoft.report.chart with type parameters of type StiText -
Uses of StiText in com.stimulsoft.report.components
Methods in com.stimulsoft.report.components with parameters of type StiTextModifier and TypeMethodDescriptionstatic StiBreakTextStiComponentDivider.BreakText(StiGraphics measureGraphics, StiRectangle rect, String text, StiFont font, StiTextOptions textOptions, StiTextQuality textQuality, boolean allowHtmlTags, StiText textComp) static StiSizeStiStandardTextRenderer.MeasureHTMLString(double maxWidth, StiFont font, StiText textBox, boolean allowHtmlTags) static StiSizeStiStandardTextRenderer.MeasureString(double maxWidth, StiFont font, StiText textBox) static StiSizeStiStandardTextRenderer.MeasureString(int maxWidth, StiFont stiFont, StiText textBox) -
Uses of StiText in com.stimulsoft.report.components.conditions
Methods in com.stimulsoft.report.components.conditions with parameters of type StiTextModifier and TypeMethodDescriptionStiColorScaleCondition.CreateIndicator(StiText component) final StiIndicatorStiDataBarCondition.CreateIndicator(StiText component) Creates new indicator for specified condition.final StiIndicatorStiIconSetCondition.CreateIndicator(StiText component) Creates new indicator for specified condition. -
Uses of StiText in com.stimulsoft.report.components.interfaces
Methods in com.stimulsoft.report.components.interfaces with parameters of type StiText -
Uses of StiText in com.stimulsoft.report.components.simplecomponents
Subclasses of StiText in com.stimulsoft.report.components.simplecomponentsModifier and TypeClassDescriptionclassThe class describes the Contour Text.classDescribes the class that realizes a category - SystemText.classDescribes the class that realizes the component - StiTextInCells. -
Uses of StiText in com.stimulsoft.report.components.table
Subclasses of StiText in com.stimulsoft.report.components.table -
Uses of StiText in com.stimulsoft.report.crossTab
Subclasses of StiText in com.stimulsoft.report.crossTabModifier and TypeClassDescriptionclassclassclassSummary description for StiCrossRowTotal.classclassclassclassSummary description for StiCrossRowTotal.classclassclassclassSummary description for StiCrossRowTotal.Methods in com.stimulsoft.report.crossTab that return StiText -
Uses of StiText in com.stimulsoft.report.dictionary
Methods in com.stimulsoft.report.dictionary with parameters of type StiText -
Uses of StiText in com.stimulsoft.report.engine.parser
Methods in com.stimulsoft.report.engine.parser with parameters of type StiTextModifier and TypeMethodDescriptionstatic voidStiParser.checkForDataBandsUsedInPageTotals(StiText stiText) static ObjectStiParser.ParseTextValue(StiExpression inputExpression, StiText component) static ObjectStiParser.prepareVariableValue(StiVariable var, StiReport report, StiText textBox) static ObjectStiParser.prepareVariableValue(StiVariable var, StiReport report, StiText textBox, boolean fillItems) -
Uses of StiText in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiTextModifier and TypeMethodDescriptionstatic StringStiHtmlExportService.convertTextWithHtmlTagsToHtmlText(StiText stiText, String text, double zoom) Convert html text to htmlStiRtfExportService.convertTextWithHtmlTagsToRtfText(StiText stiText, String text) Convert text with html tags to Rtf textstatic StringStiRtfExportService.getRtfFileFromHtmlTags(StiText stiText, String text) Returns rtf to string -
Uses of StiText in com.stimulsoft.report.painters.components
Methods in com.stimulsoft.report.painters.components with parameters of type StiTextModifier and TypeMethodDescriptionvoidStiTextInCellsPainter.paintBackground(StiText textComp, StiGraphics g, StiRectangle rect, Double zoom, Double pageZoom) voidStiTextPainter.paintBackground(StiText text, StiGraphics g, StiRectangle rect, Double zoom, Double pageZoom) Paint component backgroundStiTextPainter.paintIndicator(StiText textComp, StiGraphics g, StiRectangle rect) Paint indicatorvoidStiTextInCellsPainter.paintText(StiText textComp, StiGraphics g, StiRectangle rect, Double zoom) voidStiTextPainter.paintText(StiText textComp, StiGraphics g, StiRectangle rect, Double zoom) Paint component text