Packageorg.purepdf
Interfacepublic interface ISplitCharacter
Implementors DefaultSplitCharacter



Public Methods
 MethodDefined By
  
isSplitCharacter(start:int, current:int, end:int, cc:Vector.<int>, ck:Vector.<PdfChunk>):Boolean
Returns true if the character can split a line
ISplitCharacter
Method Detail
isSplitCharacter()method
public function isSplitCharacter(start:int, current:int, end:int, cc:Vector.<int>, ck:Vector.<PdfChunk>):Boolean

Returns true if the character can split a line

Parameters

start:int
 
current:int
 
end:int
 
cc:Vector.<int>
 
ck:Vector.<PdfChunk>

Returns
Boolean