Examples of traitNumberRowsSpanned()


Examples of org.axsl.fo.fo.TableCell.traitNumberRowsSpanned()

        for (int i = 0; i < this.node.getChildCount(); i++) {
            final TableCell cell = (TableCell) this.node.getChildAt(i);
            TableCellPL cellPL;
            cellPL = (TableCellPL) this.getLayoutProxy(cell);

            final int rowSpan = cell.traitNumberRowsSpanned();
            final Status status = cellPL.layout(rowContainer, graftingPoint);
            if (status.isIncomplete()) {
               if ((this.node.traitKeepTogetherWithinColumn(areaNode)
                               == Integer.MAX_VALUE
                       && this.ignoreKeepTogether == false)
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.