保证金 Openoffice python

Posted

技术标签:

【中文标题】保证金 Openoffice python【英文标题】:Margin Openoffice python 【发布时间】:2012-05-23 08:35:38 【问题描述】:

我一直在搜索,没有任何结果,所以我会在这里尝试一下。我正在尝试使用 Python 为 OpenOffice 制作文档。我只是找不到如何设置文档的上边距。有人知道怎么做吗?

提前致谢!

【问题讨论】:

您是在编写 openoffice 脚本,还是使用工具创建 ODF 文件的 XML? 【参考方案1】:

这样的事情似乎对我有用(在 Python 宏上下文中):

import uno

def setMargin():
    doc = XSCRIPTCONTEXT.getDocument()
    oStyle = doc.StyleFamilies.getByName("PageStyles").getByName("Default")
    oStyle.TopMargin = 5000  #Not sure what the units are

【讨论】:

以上是关于保证金 Openoffice python的主要内容,如果未能解决你的问题,请参考以下文章

Python文件操作

16.文件file

python读写本地文件

Python3 File

File文档总结(Python)

小猿圈python入门之文件操作