WordProcessingML的解剖学翻译02--WordProcessing 样本文档

WordProcessing 样本文档

下方是上方中显示的示例文档的 document.xml 文件的内容。

根元素和名称空间声明

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:document 
    xmlns:ve="http://schemas.openxmlformats.org/markup-compatibility/2006" 
    xmlns:o="urn:schemas-microsoft-com:office:office" 
    xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"       
    xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" 
    xmlns:v="urn:schemas-microsoft-com:vml" 
    xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" 
    xmlns:w10="urn:schemas-microsoft-com:office:word" 
    xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" 
    xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml">
文档内容
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<w:body>
    <w:p>
        <w:pPr>
            <w:pStyle w:val="Heading1"/>
        </w:pPr>
        <w:r>
            <w:t>Introduction</w:t>
        </w:r>
    </w:p>
    <w:p>
        <w:r>
            <w:t xml:space="preserve"> My children love many nursery rhymes and childhood songs. </w:t>
        </w:r>
    </w:p>
    <w:p>
        <w:pPr>
            <w:pStyle w:val="Heading1"/>
        </w:pPr>
        <w:r>
            <w:t>Favorites</w:t>
        </w:r>
    </w:p>
    <w:p>
        <w:pPr>
            <w:pStyle w:val="Heading2"/>
        </w:pPr>
        <w:r>
            <w:t>Humpty Dumpty</w:t>
        </w:r>
    </w:p>
    <w:p>
        <w:r>
            <w:t xml:space="preserve">None are more beloved than </w:t>
        </w:r>
        <w:r>
            <w:rPr>
                <w:b/>
            </w:rPr>
            <w:t>Humpty Dumpty</w:t></w:r><w:r><w:t xml:space="preserve">. </w:t>
        </w:r>
    </w:p>
    <w:p>
        <w:pPr>
            <w:spacing w:before="120" w:after="120"/>
            <w:ind w:left="720" w:right="720"/>
            <w:rPr>
                <w:sz w:val="18"/>
            </w:rPr>
        </w:pPr>
        <w:r>
            <w:rPr>
                <w:sz w:val="18"/>
            </w:rPr>
            <w:t xml:space="preserve">Humpty Dumpty sat on a wall. </w:t>
        </w:r>
        . . .
    </w:p>
</w:body>
内容
    <w:p>
        <w:pPr>
            <w:pStyle w:val="Heading2"/>
        </w:pPr>
        <w:r>
            <w:t>Others</w:t>
        </w:r>
    </w:p>
    <w:p>
        <w:r>
            <w:t>My kids also like the following.</w:t>
        </w:r>
    </w:p>
    <w:p>
        <w:pPr>
            <w:pStyle w:val="ListParagraph"/>
            <w:numPr>
                <w:ilvl w:val="0"/>
                <w:numId w:val="1"/>
            </w:numPr>
            <w:ind w:left="1080"/>
        </w:pPr>
        <w:r>
            <w:t>Dr. Seuss' &quot;The Foot Book&quot;</w:t>
        </w:r>
    </w:p>
    <w:p>
        <w:pPr>
            <w:pStyle w:val="ListParagraph"/>
            <w:numPr>
                <w:ilvl w:val="0"/>
                <w:numId w:val="1"/>
            </w:numPr>
            <w:ind w:left="1080"/>
        </w:pPr>
        <w:r>
            <w:t>All things Sesame Street</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="2"/>
            </w:numPr>
            <w:ind w:left="1800"/>
        </w:pPr>
        <w:r>
            <w:t>Elmo's Song</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="2"/>
            </w:numPr>
            <w:ind w:left="1800"/>
        </w:pPr>
        <w:r>
            <w:t xml:space="preserve">Abby Cadabby </w:t>
        </w:r>
    </w:p>
内容
    <w:p>
        <w:pPr>
            <w:pStyle w:val="Heading1"/>
        </w:pPr>
        <w:r>
            <w:t>Curious George</w:t>
        </w:r>
    </w:p>
    <w:p>
        <w:r>
            <w:t>This is a table of related pleasures.</w:t>
        </w:r>
    </w:p>
    <w:tbl>
        <w:tblPr>
            <w:tblStyle w:val="TableGrid"/>
            <w:tblW w:type="auto" w:w="0"/>
            <w:tblLook w:val="04A0"/>
        </w:tblPr>
        <w:tblGrid>
            <w:gridCol w:w="2448"/>
            <w:gridCol w:w="2880"/>
            <w:gridCol w:w="1800"/>
        </w:tblGrid>
        <w:tr>
            <w:tc>
                <w:tcPr>
                    <w:tcW w:type="dxa" w:w="2448"/>
                    <w:shd w:color="auto" w:fill="D6E3BC" w:themeFill="accent3" w:themeFillTint="66" w:val="clear"/>
                </w:tcPr>
                <w:p>
                    <w:pPr>
                        <w:jc w:val="center"/>
                        <w:rPr>
                            <w:b/>
                        </w:rPr>
                    </w:pPr>
                    <w:r>
                        <w:rPr>
                            <w:b/>
                        </w:rPr>
                        <w:t>Characters</w:t>
                    </w:r>
                </w:p>
            </w:tc>
            <w:tc>
                <w:tcPr>
                    <w:tcW w:type="dxa" w:w="2880"/>
                    <w:shd w:color="auto" w:fill="D6E3BC" w:themeFill="accent3" w:themeFillTint="66" w:val="clear"/>
                </w:tcPr>
                <w:p>
                    <w:pPr>
                        <w:jc w:val="center"/>
                        <w:rPr>
                            <w:b/>
                        </w:rPr>
                    </w:pPr>
                    <w:r>
                        <w:rPr>
                            <w:b/>
                        </w:rPr>
                        <w:t>Stories</w:t>
                    </w:r>
                </w:p>
            </w:tc>
            <w:tc>
                <w:tcPr>
                    <w:tcW w:type="dxa" w:w="1800"/>
                    <w:shd w:color="auto" w:fill="D6E3BC" w:themeFill="accent3" w:themeFillTint="66" w:val="clear"/>
                </w:tcPr>
                <w:p>
                    <w:pPr>
                        <w:jc w:val="center"/>
                        <w:rPr>
                            <w:b/>
                        </w:rPr>
                    </w:pPr>
                    <w:r>
                        <w:rPr>
                            <w:b/>
                        </w:rPr>
                        <w:t>Times Read</w:t>
                    </w:r>
                </w:p>
            </w:tc>
        </w:tr>
        <w:tr>
            <w:tc>
                <w:tcPr>
                    <w:tcW w:type="dxa" w:w="2448"/>
                </w:tcPr>
                <w:p>
                    <w:r>
                        <w:t>George</w:t>
                    </w:r>
                </w:p>
            </w:tc>
            <w:tc>
                <w:tcPr>
                    <w:tcW w:type="dxa" w:w="2880"/>
                </w:tcPr>
                <w:p>
                    <w:r>
                        <w:t>George Goes to Zoo</w:t>
                    </w:r>
                </w:p>
            </w:tc>
            <w:tc>
                <w:tcPr>
                    <w:tcW w:type="dxa" w:w="1800"/>
                    <w:vMerge w:val="restart"/>
                    <w:vAlign w:val="center"/>
                </w:tcPr>
                <w:p>
                    <w:pPr>
                        <w:jc w:val="center"/>
                    </w:pPr>
                    <w:r>
                        <w:t>Indeterminate</w:t>
                    </w:r>
                </w:p>
            </w:tc>
        </w:tr>
        <w:tr>
            <w:tc>
                <w:tcPr>
                    <w:tcW w:type="dxa" w:w="2448"/>
                </w:tcPr>
                <w:p>
                    <w:r>
                        <w:t>Man with yellow hat</w:t>
                    </w:r>
                </w:p>
            </w:tc>
            <w:tc>
                <w:tcPr>
                    <w:tcW w:type="dxa" w:w="2880"/>
                </w:tcPr>
                <w:p>
                    <w:r>
                        <w:t>George Rides a Bike</w:t>
                    </w:r>
                </w:p>
            </w:tc>
            <w:tc>
                <w:tcPr>
                    <w:tcW w:type="dxa" w:w="1800"/>
                    <w:vMerge/>
                </w:tcPr>
                <w:p/>
            </w:tc>
        </w:tr>
    </w:tbl>

节属性和结束标记

    
        <w:sectPr>
            <w:footerReference w:type="default" r:id="rId7"/>
            <w:pgSz w:w="12240" w:h="15840"/>
            <w:pgMar w:top="1440" w:right="1440" w:bottom="1440" w:left="1440" w:header="720" w:footer="720" w:gutter="0"/>
            <w:cols w:space="720"/>
            <w:docGrid w:linePitch="360"/>
        </w:sectPr>
    </w:body>
</w:document>
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

友情链接更多精彩内容