public class TextUtil
extends java.lang.Object
| Constructor and Description |
|---|
TextUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isFirstLetterSeparatorChar(char c)
Description of the Method
|
static java.lang.String |
replaceChar(java.lang.String text,
char newChar,
int index)
Replace character at the specified index by another.
|
static java.lang.String |
transformFirstLetterText(java.lang.String text,
CalculatedStyle style)
Description of the Method
|
static java.lang.String |
transformText(java.lang.String text,
CalculatedStyle style)
Description of the Method
|
public static java.lang.String transformText(java.lang.String text,
CalculatedStyle style)
text - PARAMstyle - public static java.lang.String transformFirstLetterText(java.lang.String text,
CalculatedStyle style)
text - PARAMstyle - public static java.lang.String replaceChar(java.lang.String text,
char newChar,
int index)
text - Source textnewChar - Replacement characterpublic static boolean isFirstLetterSeparatorChar(char c)
c - PARAMCopyright © 2014. All Rights Reserved.