API Reference

Class

RtfListSemanticsNormalizer

Namespace OfficeIMO.Word

Isolates RTF list identifiers before Word merges an AltChunk into the document.

Inheritance

  • Object
  • RtfListSemanticsNormalizer

Remarks

Independently produced RTF documents commonly reuse the same list, list-override, and template identifiers. Word can then bind a later fragment to an earlier list definition, for example rendering bullets as the next values of a numbered list. This normalizer preserves identifiers when they are unused and remaps only values that collide with an RTF fragment already embedded in the same document.