Controlling font number spacing for runs

Hi,

I am looking for the Aspose Words equivalent of the following property:
https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.runproperties.numberspacing?view=openxml-3.0.1#documentformat-openxml-wordprocessing-runproperties-numberspacing

In the OpenXML format, this is serialized as:

<w14:numSpacing w14:val="tabular"/>

Thanks in advance,
Taras

@TarasTielkes I am afraid, currently there is no public API to access this property in Aspose.Words. It is preserved upon processing document by Aspose.Words.

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-26904

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.

In Microsoft Word, the matching option can be found here:

@TarasTielkes Thank you for additional information.