Unplanned
Last Updated: 15 Sep 2025 13:28 by Tibor
Tibor
Created on: 15 Sep 2025 13:28
Category: WordsProcessing
Type: Bug Report
0
WordsProcessing: The "w:multiLine" property of a text content control is lost on import-export
The "w:multiLine" property of a text content control is lost on import-export.
<w:sdt>
  <w:sdtPr>
    <w:text w:multiLine="1"/>
  </w:sdtPr>
  <w:sdtContent>
    <w:r>
      <w:t>Line 1</w:t>
    </w:r>
    <w:r>
      <w:br/>
    </w:r>
    <w:r>
      <w:t>Line 2</w:t>
    </w:r>
  </w:sdtContent>
</w:sdt>
0 comments