Uses of Interface
com.itextpdf.layout.splitting.ISplitCharacters
-
Uses of ISplitCharacters in com.itextpdf.layout
Modifier and TypeMethodDescriptionElementPropertyContainer.getSplitCharacters()
Gets a rule for splitting strings when they don't fit into one line.Modifier and TypeMethodDescriptionElementPropertyContainer.setSplitCharacters
(ISplitCharacters splitCharacters) Sets a rule for splitting strings when they don't fit into one line. -
Uses of ISplitCharacters in com.itextpdf.layout.splitting
Modifier and TypeClassDescriptionclass
The implementation ofISplitCharacters
that allows breaking within words.class
The default implementation ofISplitCharacters
interface.class
The implementation ofISplitCharacters
that prevents breaking within words.