Is your feature request related to a problem? Please describe.
When adding comments to openXML documents, it is necessary to use the CT_TextCharRangeMoniker (ISO/IEC29500-1:2016 2.29.3.23) to highlight the text that is being commented on.
Existing <ac:txMk elements will appear as OpenXmlUnknownElement
Describe the solution you'd like
OpenXML to include classes to construct the <ac:txMk and <ac:context items
Describe alternatives you've considered
Constructing attributes manually
Additional context
None
Is your feature request related to a problem? Please describe.
When adding comments to openXML documents, it is necessary to use the CT_TextCharRangeMoniker (ISO/IEC29500-1:2016 2.29.3.23) to highlight the text that is being commented on.
Existing <ac:txMk elements will appear as OpenXmlUnknownElement
Describe the solution you'd like
OpenXML to include classes to construct the <ac:txMk and <ac:context items
Describe alternatives you've considered
Constructing attributes manually
Additional context
None