git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193780
13f79535-47bb-0310-9956-
ffa450edef68
layoutMasterSet = root.getLayoutMasterSet();
thisIsFirstPage=true; // we are now on the first page of the page sequence
- /*
- InitialPageNumber ipn = (InitialPageNumber) this.properties.get("initial-page-number");
- */
String ipnValue= this.properties.get("initial-page-number").getString();
if ( ipnValue.equals("auto") )
}
}
- // masterName = ((MasterName) this.properties.get("master-name")).getString();
masterName = this.properties.get("master-name").getString();
}