|
|
|
@ -158,10 +158,6 @@ public class FactoryProperties {
|
|
|
|
|
String ss = props.getPropertyFromChain("div", "width"); |
|
|
|
|
p.setAttribute("width", ss); |
|
|
|
|
} |
|
|
|
|
if(props.hasPropertyInChain("div", "height")){ |
|
|
|
|
String ss = props.getPropertyFromChain("div", "height"); |
|
|
|
|
p.setAttribute("height", ss); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
p.setHyphenation(getHyphenation(props)); |
|
|
|
|
setParagraphLeading(p, props.getProperty("leading")); |
|
|
|
|