Copy link to clipboard
Copied
Applied paragraph style and character style having bold face
I need to remove the character style overrides form the applied paragraph style
How to do this please advice
Copy link to clipboard
Copied
Hi
this method and some options will help you.
.clearOverrides(OverrideType.CHARACTER_ONLY)
.clearOverrides(OverrideType.PARAGRAPH_ONLY)
.clearOverrides(OverrideType.ALL) // DEFAULT == no option
thank you