Package org.axsl.common.value

Examples of org.axsl.common.value.Break


        }
        if (rowSpanMgr.hasUnfinishedSpans()) {
            // Ignore break after if row span!
            return Status.KEEP_WITH_NEXT;
        }
        final Break breakAfter = this.node.traitBreakAfter(areaNode);
        if (breakAfter == Break.PAGE) {
            setProgress(FONodePL.BREAK_AFTER);
            return Status.FORCE_PAGE_BREAK;
        }
View Full Code Here

TOP

Related Classes of org.axsl.common.value.Break

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.