Package org.apache.fop.layout

Examples of org.apache.fop.layout.Area


        // one less because of the "continue"
        i = this.marker - 1;
        continue;
      }
      // current column area
      Area currentArea = bac.getNextArea(fo);
      // temporary hack for IDReferences
      currentArea.setIDReferences(bac.getIDReferences());
      if (bac.isNewSpanArea())
      {
        this.marker = i;
        markerSnapshot = this.getMarkerSnapshot(new Vector());
      }
View Full Code Here


                // one less because of the "continue"
                i = this.marker - 1;
                continue;
            }
            // current column area
            Area currentArea = bac.getNextArea(fo);
            // temporary hack for IDReferences
            currentArea.setIDReferences(bac.getIDReferences());
            if (bac.isNewSpanArea()) {
                this.marker = i;
                markerSnapshot = this.getMarkerSnapshot(new Vector());
            }
View Full Code Here

                // one less because of the "continue"
                i = this.marker - 1;
                continue;
            }
            // current column area
            Area currentArea = bac.getNextArea(fo);
            // temporary hack for IDReferences
            currentArea.setIDReferences(bac.getIDReferences());
            if (bac.isNewSpanArea()) {
                this.marker = i;
                markerSnapshot = this.getMarkerSnapshot(new Vector());
            }
View Full Code Here

                // one less because of the "continue"
                i = this.marker - 1;
                continue;
            }
            // current column area
            Area currentArea = bac.getNextArea(fo);
            // temporary hack for IDReferences
            currentArea.setIDReferences(bac.getIDReferences());
            if (bac.isNewSpanArea()) {
                this.marker = i;
                markerSnapshot = this.getMarkerSnapshot(new ArrayList());
            }
            // Set current content width for percent-based lengths in children
            setContentWidth(currentArea.getContentWidth());

            _status = fo.layout(currentArea);

            /*
             * if((_status.isPageBreak() || i == numChildren - 1) && bac.needsFootnoteAdjusting()) {
View Full Code Here

        // one less because of the "continue"
        i = this.marker - 1;
        continue;
      }
      // current column area
      Area currentArea = bac.getNextArea(fo);
      // temporary hack for IDReferences
      currentArea.setIDReferences(bac.getIDReferences());
      if (bac.isNewSpanArea())
      {
        this.marker = i;
        markerSnapshot = this.getMarkerSnapshot(new Vector());
      }
View Full Code Here

                // one less because of the "continue"
                i = this.marker - 1;
                continue;
            }
            // current column area
            Area currentArea = bac.getNextArea(fo);
            // temporary hack for IDReferences
            currentArea.setIDReferences(bac.getIDReferences());
            if (bac.isNewSpanArea()) {
                this.marker = i;
                markerSnapshot = this.getMarkerSnapshot(new Vector());
            }
      // Set current content width for percent-based lengths in children
      setContentWidth(currentArea.getContentWidth());

            _status = fo.layout(currentArea);

            /*
             * if((_status.isPageBreak() || i == numChildren - 1) && bac.needsFootnoteAdjusting()) {
View Full Code Here

TOP

Related Classes of org.apache.fop.layout.Area

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.