blob: 11697f791564ccbdf6e52758e7d8877f96eb5ada [file] [log] [blame]
ooxml.word.get
#item input.docx
##item document.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
<w:body>
<w:p>
<w:pPr>
<w:pStyle w:val="ListParagraph"/>
<w:numPr>
<w:ilvl w:val="0"/>
<w:numId w:val="1"/>
</w:numPr>
</w:pPr>
<w:r>
<w:t>Item [1]</w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:pStyle w:val="ListParagraph"/>
<w:numPr>
<w:ilvl w:val="1"/>
<w:numId w:val="1"/>
</w:numPr>
</w:pPr>
<w:r>
<w:t>Item [2]</w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:pStyle w:val="ListParagraph"/>
<w:numPr>
<w:ilvl w:val="2"/>
<w:numId w:val="1"/>
</w:numPr>
</w:pPr>
<w:r>
<w:t>Item [3]</w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:pStyle w:val="ListParagraph"/>
<w:numPr>
<w:ilvl w:val="3"/>
<w:numId w:val="1"/>
</w:numPr>
</w:pPr>
<w:r>
<w:t>Item [4]</w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:ind w:left="2714"/>
</w:pPr>
<w:r>
<w:t>Text [5]</w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:ind w:left="1994"/>
</w:pPr>
<w:r>
<w:t>Text [6]</w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:ind w:left="1274"/>
</w:pPr>
<w:r>
<w:t>Text [7]</w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:ind w:left="554"/>
</w:pPr>
<w:r>
<w:t>Text [8]</w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:ind w:left="-166"/>
</w:pPr>
<w:r>
<w:t>Text [9]</w:t>
</w:r>
<w:bookmarkStart w:id="0" w:name="_GoBack"/>
<w:bookmarkEnd w:id="0"/>
</w:p>
<w:sectPr>
<w:pgSz w:h="16840" w:w="11900"/>
<w:pgMar w:bottom="1440" w:footer="708" w:gutter="0" w:header="708" w:left="1800" w:right="1800" w:top="1440"/>
<w:cols w:space="708"/>
</w:sectPr>
</w:body>
</w:document>
##item styles.xml
#include "styles.xml"
##item numbering.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:numbering xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
<w:abstractNum w:abstractNumId="0">
#include "abstract.inc"
</w:abstractNum>
<w:num w:numId="1">
<w:abstractNumId w:val="0"/>
</w:num>
</w:numbering>
#item expected
<!DOCTYPE html>
<html id="word1">
<head>
<meta charset="utf-8"/>
<link href="reset.css" rel="stylesheet"/>
<style>
#include "common.css"
</style>
</head>
<body id="word2">
<ol style="list-style-type: decimal">
<li>
<p class="List_Paragraph" id="word3">
<span id="word9">Item [1]</span>
</p>
<ol style="list-style-type: lower-alpha">
<li>
<p class="List_Paragraph" id="word12">
<span id="word18">Item [2]</span>
</p>
<ol style="list-style-type: lower-roman">
<li>
<p class="List_Paragraph" id="word21">
<span id="word27">Item [3]</span>
</p>
<ol style="list-style-type: decimal">
<li>
<p class="List_Paragraph" id="word30">
<span id="word36">Item [4]</span>
</p>
<p class="Normal" id="word39">
<span id="word42">Text [5]</span>
</p>
</li>
</ol>
<p class="Normal" id="word45">
<span id="word48">Text [6]</span>
</p>
</li>
</ol>
<p class="Normal" id="word51">
<span id="word54">Text [7]</span>
</p>
</li>
</ol>
<p class="Normal" id="word57">
<span id="word60">Text [8]</span>
</p>
</li>
</ol>
<p class="Normal" id="word63" style="margin-left: -2%">
<span id="word66">Text [9]</span>
</p>
</body>
</html>