org.af.commons.io.pdf
Interface TextChunk


public interface TextChunk

This interface provides only one method print(Document document) that prints content to a pdf document.


Method Summary
 void print(com.lowagie.text.Document document)
           
 

Method Detail

print

void print(com.lowagie.text.Document document)