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
-
Constructor Details
-
Method Details
-
applyPPr
- Overrides:
applyPPrin classPropertyResolver
-
applyRPr
- Overrides:
applyRPrin classPropertyResolver
-