Uses of Interface
net.sf.jasperreports.engine.fill.TextLineWrapper
-
Packages that use TextLineWrapper Package Description net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of TextLineWrapper in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement TextLineWrapper Modifier and Type Class Description classComplexTextLineWrapperclassSimpleTextLineWrapperMethods in net.sf.jasperreports.engine.fill that return TextLineWrapper Modifier and Type Method Description TextLineWrapperComplexTextLineWrapper. lastLineWrapper(String lineText, int start, int textLength, boolean truncateAtChar)TextLineWrapperSimpleTextLineWrapper. lastLineWrapper(String lineText, int start, int textLength, boolean truncateAtChar)TextLineWrapperTextLineWrapper. lastLineWrapper(String lineText, int start, int textLength, boolean truncateAtChar)Methods in net.sf.jasperreports.engine.fill with parameters of type TextLineWrapper Modifier and Type Method Description protected voidTextMeasurer. appendTruncateSuffix(TextLineWrapper lineWrapper)protected voidTextMeasurer. processLastTruncatedRow(TextLineWrapper lineWrapper, String paragraphText, int paragraphOffset, boolean lineTruncated)protected booleanTextMeasurer. renderNextLine(TextLineWrapper lineWrapper, List<Integer> tabIndexes, int[] currentTabHolder, TabStop[] nextTabStopHolder, boolean[] requireNextWordHolder)protected booleanTextMeasurer. renderParagraph(TextLineWrapper lineWrapper, int paragraphStart, String paragraphText)protected voidTextMeasurer. truncateLastLineAtChar(TextLineWrapper lineWrapper, String paragraphText, int paragraphOffset)
-