78798081828384
* @param textDataInfo * The afp text data * @throws UnsupportedEncodingException thrown if character encoding is not supported */ public void createTextData(AFPTextDataInfo textDataInfo) throws UnsupportedEncodingException { createControlSequences(new TextDataInfoProducer(textDataInfo)); }