使用 ODFpy 将节添加到 OpenDocument 文本文件
我正在使用 Python2.7 和 ODFpy 编写 OpenDocument Text (ODT) 文件。有没有办法使用现有的 ODFpy API 将部分(格式 -> 部分...)添加到文档中?有没有办法从另一个文档导入它们然后填充它们,或者以其他方式从另一个文档获取样式?
I am using Python2.7 and ODFpy to write an OpenDocument Text (ODT) file. Is there a way using the existing ODFpy API to add sections (a la Format->Sections...) to the document? Is there a way to import them from another document and then populate them, or to otherwise fetch the styling from another document?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以通过如下方法将节添加到文档中:
A section can be added to a document by a method something like this: