Package org.apache.fop.afp.modca.triplets

Examples of org.apache.fop.afp.modca.triplets.AttributeValueTriplet


     * Sets the attribute value of this structured field
     *
     * @param value the attribute value
     */
    public void setAttributeValue(String value) {
        addTriplet(new AttributeValueTriplet(value));
    }
View Full Code Here


     * Sets the attribute value of this structured field
     *
     * @param value the attribute value
     */
    public void setAttributeValue(String value) {
        addTriplet(new AttributeValueTriplet(value));
    }
View Full Code Here

TOP

Related Classes of org.apache.fop.afp.modca.triplets.AttributeValueTriplet

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.