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