Package org.apache.fop.afp.ptoca

Examples of org.apache.fop.afp.ptoca.TextDataInfoProducer


     * @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));
    }
View Full Code Here

TOP

Related Classes of org.apache.fop.afp.ptoca.TextDataInfoProducer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.