Searched refs:headerFooterProps (Results 1 – 1 of 1) sorted by relevance
403 …Element headerFooterProps = headerFooterStyle.findFirstChild(OfficeNamespaces.STYLE_NS, "header-fo… in applyHeaderFooterHeight() local404 if (headerFooterProps == null) in applyHeaderFooterHeight()406 headerFooterProps = new Section(); in applyHeaderFooterHeight()407 headerFooterProps.setNamespace(OfficeNamespaces.STYLE_NS); in applyHeaderFooterHeight()408 headerFooterProps.setType("header-footer-properties"); in applyHeaderFooterHeight()409 headerFooterStyle.addNode(headerFooterProps); in applyHeaderFooterHeight()411 …headerFooterProps.setAttribute(OfficeNamespaces.SVG_NS, "height", style.getValue() + style.getType… in applyHeaderFooterHeight()