com.lowagie.text
Interface SplitCharacter

All Known Implementing Classes:
PdfChunk

public interface SplitCharacter

Interface for customizing the split character.

Author:
Paulo Soares (psoares@consiste.pt)

Method Summary
 boolean isSplitCharacter(char c)
          Returns true if the character can split a line.
 

Method Detail

isSplitCharacter

public boolean isSplitCharacter(char c)
Returns true if the character can split a line.

Parameters:
c - the character
Returns:
true if the character can split a line