[aXSL-commit] SF.net SVN: axsl: [533] trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LayoutStrategy.
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-05-09 00:45:01
|
Revision: 533 Author: victormote Date: 2006-05-07 15:07:24 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=533&view=rev Log Message: ----------- Add method. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LayoutStrategy.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LayoutStrategy.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LayoutStrategy.java 2006-05-07 21:05:08 UTC (rev 532) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LayoutStrategy.java 2006-05-07 22:07:24 UTC (rev 533) @@ -37,4 +37,6 @@ public void formatPageSequence(PageCollection pageCollection) throws AreaWException ; + public void formatStaticContent(PageArea pageArea) throws AreaWException; + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |