Uses of Interface
com.lowagie.text.SplitCharacter
-
Packages that use SplitCharacter Package Description com.lowagie.text com.lowagie.text.pdf -
-
Uses of SplitCharacter in com.lowagie.text
Methods in com.lowagie.text with parameters of type SplitCharacter Modifier and Type Method Description Chunk
Chunk. setSplitCharacter(SplitCharacter splitCharacter)
Sets the split characters. -
Uses of SplitCharacter in com.lowagie.text.pdf
Classes in com.lowagie.text.pdf that implement SplitCharacter Modifier and Type Class Description class
DefaultSplitCharacter
The default class that is used to determine whether or not a character is a split character.Fields in com.lowagie.text.pdf declared as SplitCharacter Modifier and Type Field Description static SplitCharacter
DefaultSplitCharacter. DEFAULT
An instance of the default SplitCharacter.protected SplitCharacter
PdfChunk. splitCharacter
-