protected void end() {
Length pageWidthLen = this.properties.get("page-width").getLength();
int pageWidth = pageWidthLen.isAuto() ? FALLBACK_PAGE_WIDTH : pageWidthLen.mvalue();
Length pageHeightLen = this.properties.get("page-height").getLength();
int pageHeight = pageHeightLen.isAuto() ? FALLBACK_PAGE_HEIGHT : pageHeightLen.mvalue();
// this.properties.get("reference-orientation");
// this.properties.get("writing-mode");
// Common Margin Properties-Block
MarginProps mProps = propMgr.getMarginProps();