Package org.apache.fop.layout

Examples of org.apache.fop.layout.BlockArea.addCharacter()



        // initialize id
        String id = this.properties.get("id").getString();
        blockArea.getIDReferences().initializeID(id, blockArea);
        blockArea.addCharacter(fontstate,red,green,blue,wrapOption,this.getLinkSet(),
                               whiteSpaceCollapse,characterValue,textDecoration);
        return new Status(Status.OK);


    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.