public interface ISplitCharacters
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSplitCharacter(GlyphLine text, int glyphPos)
Returns true if the character can split a line.
|
boolean isSplitCharacter(GlyphLine text, int glyphPos)
true if the character can split a line. The splitting implementation is free to look ahead or look behind characters to make a decision.
glyphPos - the position of Glyph in the GlyphLine
text - an array of unicode char codes which represent current text
Copyright © 1998–2017 iText Group NV. All rights reserved.