Revision: 7428
Author: victormote
Date: 2006-06-06 12:10:00 -0700 (Tue, 06 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7428&view=rev
Log Message:
-----------
Conform to and use new axsl method: Add method returning the Region's page.
Modified Paths:
--------------
trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/Region.java
Modified: trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/Region.java
===================================================================
--- trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/Region.java 2006-06-06 19:09:52 UTC (rev 7427)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/Region.java 2006-06-06 19:10:00 UTC (rev 7428)
@@ -163,4 +163,8 @@
return this.getFOTreeBuilder().getFONamespace();
}
+ public org.axsl.foR.fo.SimplePageMaster getPage() {
+ return this.getPageMaster();
+ }
+
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|