Applied paragraph style and character style having bold face
I need to remove the character style overrides form the applied paragraph style
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