Straightforward way to override a single property? #640
Replies: 1 comment 1 reply
-
|
You can use:
or Similarly: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am curious about a recent change which limits default sizes, namely this property:
I am slightly familiar with the library but not entirely, and am trying to see if this will affect my project. Is there a reasonable way to override a single property, and not require a full copy/tweak of
docx4j.propertiesas bundled? I'm afraid of skew. Can I use theDocx4jPropertiesclass and set a property override before the library is referenced? I searched for documentation on this topic but could not find it.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions