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>
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值