@API(since="5.5", status=EXPERIMENTAL) public class StringWrap extends Object
Constructor and Description |
---|
StringWrap(int minWrap,
int maxWrap)
Creates string wrapper instance.
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxWrap() |
int |
getMinWrap() |
String |
wrap(String input,
String delimiter)
Wraps given
input text accoding to |
Copyright © 1998-2022 Apache Software Foundation. All Rights Reserved.