public class KeepAllSplitCharacters extends Object implements ISplitCharacters
ISplitCharacters that prevents breaking within words.| Constructor and Description |
|---|
KeepAllSplitCharacters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSplitCharacter(com.itextpdf.io.font.otf.GlyphLine text,
int glyphPos)
The splitting implementation is free to look ahead or look behind characters to make a decision.
|
public boolean isSplitCharacter(com.itextpdf.io.font.otf.GlyphLine text,
int glyphPos)
ISplitCharactersisSplitCharacter in interface ISplitCharacterstext - an array of unicode char codes which represent current textglyphPos - the position of Glyph in the GlyphLineCopyright © 1998–2020 iText Group NV. All rights reserved.