public class EscapeGroup extends Object
CssUtils.splitString(String, char, EscapeGroup...)
method.
Constructor and Description |
---|
EscapeGroup(char escapeChar)
Creates instance of EscapeGroup when opening and closing characters are the same.
|
EscapeGroup(char openCharacter, char closeCharacter)
Creates instance of EscapeGroup .
|
public EscapeGroup(char openCharacter, char closeCharacter)
EscapeGroup
.
openCharacter
- opening escape character
closeCharacter
- closing escape character
public EscapeGroup(char escapeChar)
EscapeGroup
when opening and closing characters are the same.
escapeChar
- opening and closing escape character
Copyright © 1998–2023 iText Group NV. All rights reserved.