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