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 |
clone, equals, finalize, 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()
parseHtmlToStates
public static java.util.ArrayList<StiHtmlState> parseHtmlToStates(java.lang.String inputHtml,
StiHtmlState baseState)
- Parse HTMl to states
- Parameters:
inputHtml - baseState - StiHtmlState
- Returns:
- LIst of
StiHtmlState
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 - StiFontrect - StiRectanglewordWrap -
- Returns:
- List of
StiLineInfo
parseHtmlToStates
public static java.util.ArrayList<StiHtmlState> parseHtmlToStates(java.lang.String inputHtml,
StiHtmlState baseState,
boolean storeStack)
- Parse html to states
- Parameters:
inputHtml - baseState - StiHtmlStatestoreStack -
- Returns:
- List of
StiHtmlState
prepareStateText
public static java.lang.StringBuilder prepareStateText(java.lang.StringBuilder stateText)
Copyright © 2018 Stimulsoft. All Rights Reserved.