当前位置:网站首页>Open Office XML 格式里如何描述多段具有不同字体设置的段落
Open Office XML 格式里如何描述多段具有不同字体设置的段落
2022-08-10 10:42:00 【InfoQ】
_rels.rels
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"
Target="word/document.xml"/>
</Relationships>
_RELS/DOCUMENT.XML.RELS
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
</Relationships>
[CONTENT_TYPES].XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
<Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml"/>
<Default Extension="xml" ContentType="application/xml"/>
<Override PartName="/word/document.xml"
ContentType="application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml"/>
</Types>
DOCUMENT.XML
<w:document>
<w:body>
<w:p w:rsidR="005F670F" w:rsidRDefault="005F79F5">
<w:r><w:t>Test</w:t></w:r>
</w:p>
<w:sectPr w:rsidR="005F670F">
<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>
<w:document>
<w:body>
<w:body>
<w:sectPr>
<w:rsidR>


w:t
w:rFont
w:color
w:p
w:p
w:t
Paragraph Structure
相同字体、颜色等的文本
<w:t>
<w:t>
TEXT PROPERTIES
<w:rPr>
<w:color>
<w:rFonts>
<w:b>
C
复杂脚本
<w:i>
<w:iCs>
<w:b>
<w:bCs>
边栏推荐
- Three-phase 380V rectified voltage
- 网络安全笔记6——数字证书与公钥基础设施
- Techches Transformer the join wisdom source the author cao, visual basic model study
- 【知识论概念】《理由论的进展》鲁汶大学2022最新220页博士论文
- SQL与NoSQL最终会走向融合吗?
- Regarding the missing json converter, the error message is: No converter found for return value of type
- 网络安全笔记5——数字签名
- "Data Strategy" Results-Driven Enterprise Data Strategy: Organization and Governance
- [Concept of Theory of Knowledge] "Progress in the Theory of Reason" University of Leuven 2022 latest 220-page doctoral dissertation
- 金九银十跳槽旺季:阿里、百度、京东、美团等技术面试题及答案
猜你喜欢
随机推荐
干货!ASSANet:让PointNet++更快更强
高阶组件使用
Store limited time seckill function system
Regarding the missing json converter, the error message is: No converter found for return value of type
2022.8.8-----leetcode.761
what is bsp in rtems
Taro小程序跨端开发入门实战
1-IMU参数解析以及选择
[Azure Cloud] What is the difference between a service endpoint and a private link?point of view (1)
【无标题】
ESP8266 Tutorial 1 - Introduction to ESP8266 Hardware Platform
首次入选OSDI顶会!腾讯提出超大规模推荐系统的模型低延时更新方案
ZZULIOJ 1124: 两个有序数组合并
Redis6 (1) - Introduction to NoSQL Database and Installation of Redis
Situation丨The intrusion of hackers intensifies, and the shooting range sets up a "defense shield" for network security
Load balancing principle analysis and source code interpretation
Gartner再次重申了“数据编织”的重要价值
STM32 encapsulation ESP8266 a key configuration function: implementations of AP mode and the STA mode switch, server and the client to create
POJ 1026 Cipher (置换群)
String interception function in SQL