How to set '<w:noPunctuationKerning />' value to 'w:val="false"' in settings.xml?

Aspose.words for C++ seemingly add a default xml node that named ‘<w:noPunctuationKerning />’ in word/settings.xml,but I can’t find a public API to set it’s value to ‘w:val=“false”’,I want this node like this:
<w:noPunctuationKerning w:val=“false” /> or delete this node <w:noPunctuationKerning /> in settings.xml,Is there a kind friend who can help me?

@longway I am afraid there is no option to get/set noPunctuationKerning property using Aspose.Words. We will consider adding such properly.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-26373

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like

@alexey.noskov thanks a lot.

1 Like