Examples of TableColLength


Examples of org.apache.fop.fo.properties.TableColLength

        if (!pInfo.getPropertyList().getFObj().getName().equals("fo:table-column")) {
            throw new PropertyException("proportional-column-width function "
                    + "may only be used on table-column FO");
        }
        // Check if table-layout is "fixed"...
        return new TableColLength(d.doubleValue(), pInfo.getFO());
    }
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.