com.stimulsoft.report.export.tools
Class StiTextRenderer
java.lang.Object
com.stimulsoft.report.export.tools.StiTextRenderer
public class StiTextRenderer
- extends java.lang.Object
Text renderer
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrecisionModeFactor
public static double PrecisionModeFactor
PrecisionModeEnabled
public static boolean PrecisionModeEnabled
CorrectionEnabled
public static boolean CorrectionEnabled
StiForceWidthAlignTag
public static java.lang.String StiForceWidthAlignTag
StiTextRenderer
public StiTextRenderer()
getTextLines
public static java.util.List<StiLineInfo> getTextLines(java.lang.String text,
StiFont font,
StiRectangle rect,
java.lang.Boolean wordWrap)
- Get text lines
- Parameters:
text
- font
- StiFont
rect
- StiRectangle
wordWrap
-
- Returns:
- List of
StiLineInfo
prepareStateText
public static java.lang.StringBuilder prepareStateText(java.lang.StringBuilder stateText)