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