https://bugs.documentfoundation.org/show_bug.cgi?id=104281

--- Comment #6 from Thomas Linard <thlin...@gmail.com> ---
The properties are:
w14:ligatures
https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.runproperties.ligatures
w14:numSpacing
https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.runproperties.numberspacing
w14:numForm
https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.runproperties.numberingformat
w14:stylisticSets
https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.runproperties.stylisticsets
w14:cntxtAlts
https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.runproperties.contextualalternatives

like this:

<w14:ligatures w14:val="all"/>
<w14:numSpacing w14:val="proportional"/>
<w14:numForm w14:val="oldStyle"/>
<w14:stylisticSets>
    <w14:styleSet w14:id="1"/>
</w14:stylisticSets>
<w14:cntxtAlts/>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to