]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Accessor for the id property.
authorJeremias Maerki <jeremias@apache.org>
Tue, 26 Jul 2005 13:25:52 +0000 (13:25 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 26 Jul 2005 13:25:52 +0000 (13:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@225303 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/pagination/PageSequence.java

index 8df38b6eff3db6c80f00cf163cce790712c35ddb..666f2ae3e3013230b489a2b14a6262f3bf58a11c 100644 (file)
@@ -404,6 +404,11 @@ public class PageSequence extends FObj {
         return (StaticContent) flowMap.get(name);
     }
 
+    /** @return the "id" property. */
+    public String getId() {
+        return id;
+    }
+
     /**
      * Accessor method for titleFO
      * @return titleFO for this object