OpenOffice ODM(OpenDocument 主文档)格式
在开发文本编辑器应用程序时,我遇到了测试 .ODM 格式(OpenDocument 主文档)支持的需要。我尝试在 OpenOffice 文档中搜索示例,但没有找到任何示例。
请建议在哪里可以找到此类样本。
In development of a text editor application, I came across a need to test an .ODM format (OpenDocument Master Document) support. I tried searching OpenOffice documentation for samples, but failed to find any.
Please suggest where to find such samples.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 OpenOffice.org Writer 来制作它们。
我做了一次只是为了看看它是如何工作的。
好的,我使用 ODF 1.2 规范第 3 部分,因为它不是太大,但有几个章节。
所以我打开了 OpenDocument-v1.2-cs01-part3.odt(实际上使用 LibreOffice 3.3.2,但 OpenOffice.org 3.3.0 及更早版本的工作方式相同)。
在菜单栏上选择文件 |发送>创建主文档
这将为您提供主文档的名称和路径对话框,保存类型设置为 ODF 主文档 (*.odm)。
我将“保存”对话框导航到要保存母版及其部件的文件夹。然后我指定了 MasterDocDemo。有一个模板设置下拉菜单,默认为大纲级别 1。我将其保留,然后单击“保存”。我最终得到了一份由 8 部分组成的文档:
自己动手做一些有章节或标题为大纲级别 1 的内容,然后进行探索。
You can make them with OpenOffice.org Writer.
I did it once just to see how it worked.
OK, I am using the ODF 1.2 Specification Part 3 because it is not too large but has several chapters.
So I opened OpenDocument-v1.2-cs01-part3.odt (actually using LibreOffice 3.3.2 but OpenOffice.org 3.3.0 and earlier work the same way).
On the menu bar select File | Send > Create Master Document
This will give you a Name and Path of Master Document dialog, with Save as type set to ODF Master Document (*.odm).
I navigated the Save dialog to the folder where I wanted to save the Master and its parts. I then specified MasterDocDemo. There's a Template setting pull-down which defaults to Outline Level 1. I left that alone and clicked "Save." I ended up with an 8-part document:
Do that yourself with something that has chapters or something with headings at Outline Level 1 and then explore.
上的 Opendocument 格式 1.1 规范
schemacentral 可以找到OASIS提供的所有类型的开放文档格式规范 这里。 (包括v1.1、v1.2)
LibreOffice和OOo支持这种格式。要创建 ODF 主文档,您可以将 odt 文件从 Lo 或 OOo 导出到 odm。
Opendocument format 1.1 specification on schemacentral
You can find all type of open document format specification provided by OASIS here. (including v1.1, v1.2)
LibreOffice and OOo supports this format. To create ODF master doc you can export odt files to odm from Lo or OOo.