Browse Source

Enable id property on fo:root.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059387 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_1rc1old
Andreas L. Delmelle 13 years ago
parent
commit
b10e0688b1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/java/org/apache/fop/fo/pagination/Root.java

+ 1
- 0
src/java/org/apache/fop/fo/pagination/Root.java View File

@@ -82,6 +82,7 @@ public class Root extends FObj {

/** {@inheritDoc} */
public void bind(PropertyList pList) throws FOPException {
super.bind(pList);
mediaUsage = pList.get(PR_MEDIA_USAGE).getEnum();
}


Loading…
Cancel
Save