docx-rs/docx-core/fixtures/hello/word/settings.xml

8 lines
286 B
XML
Raw Normal View History

2019-09-13 13:41:05 +03:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:settings xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
<w:zoom w:percent="100"/>
<w:defaultTabStop w:val="709"/>
<w:compat>
<w:doNotExpandShiftReturn/>
</w:compat>
</w:settings>