public class TextUtils extends Object
| Constructor and Description |
|---|
TextUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getLine(String text,
int maxLineLength,
int line)
Breaks a text into lines of a specified maximum length and returns one the resulting lines.
|
public static String getLine(String text, int maxLineLength, int line)
text - The text to break up.maxLineLength - The maximum length of the lines.line - The line to return.Copyright © 2011–2023 pepsoft.org. All rights reserved.