Package com.itextpdf.layout.splitting
Interface ISplitCharacters
-
- All Known Implementing Classes:
BreakAllSplitCharacters,DefaultSplitCharacters,KeepAllSplitCharacters
public interface ISplitCharactersInterface for customizing the split character.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSplitCharacter(GlyphLine text, int glyphPos)The splitting implementation is free to look ahead or look behind characters to make a decision.
-
-
-
Method Detail
-
isSplitCharacter
boolean isSplitCharacter(GlyphLine text, int glyphPos)
The splitting implementation is free to look ahead or look behind characters to make a decision.
-
-