Package org.docx4j.model
Class ImmutablePropertyResolver
java.lang.Object
org.docx4j.model.PropertyResolver
org.docx4j.model.ImmutablePropertyResolver
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).
- See Also:
-
org.docx4j.model.styles.StyleUtil.apply methods
-
Field Summary
Fields inherited from class org.docx4j.model.PropertyResolver
defaultCharacterStyleId, defaultParagraphStyleId, factory, themeFontLang -
Constructor Summary
Constructors -
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
-
ImmutablePropertyResolver
- Throws:
Docx4JException
-
-
Method Details
-
applyPPr
- Overrides:
applyPPrin classPropertyResolver
-
applyRPr
- Overrides:
applyRPrin classPropertyResolver
-