Package org.docx4j.model
Class ImmutablePropertyResolver
java.lang.Object
org.docx4j.model.PropertyResolver
org.docx4j.model.ImmutablePropertyResolver
public class ImmutablePropertyResolver extends PropertyResolver
Property resolver which assumes that style properties will not be modified
(it works by actually copying the property objects, so it can be used only
when they won't be modified).
- Author:
- Adam Schmideg
- See Also:
org.docx4j.model.styles.StyleUtil.apply methods
-
Constructor Summary
Constructors Constructor Description ImmutablePropertyResolver(WordprocessingMLPackage wordMLPackage)
-
Method Summary
Methods inherited from class org.docx4j.model.PropertyResolver
activateStyle, activateStyle, applyRPr, getDocumentDefaultPPr, getDocumentDefaultRPr, getEffectivePPr, getEffectivePPr, getEffectiveRPr, getEffectiveRPr, getEffectiveRPr, getEffectiveRPrUsingPStyleRPr, getEffectiveTableStyle, getLvlFromHeadingStyle, getStyle, hasDirectRPrFormatting
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ImmutablePropertyResolver
- Throws:
Docx4JException
-
-
Method Details
-
applyPPr
- Overrides:
applyPPr
in classPropertyResolver
-
applyRPr
- Overrides:
applyRPr
in classPropertyResolver
-