{AttributeError}Call 'get_DistanceFrom()' failed with 0x80010105
mjTree opened this issue · 2 comments
mjTree commented
Describe the bug
在使用wps解析word文件时,通过Range类的Borders获取文本框与页面边缘距离时报错。
code: document.Sections.Item(1)[1].Headers.Item(1)[1].Range.Borders.DistanceFrom
error: {AttributeError}Call 'get_DistanceFrom()' failed with 0x80010105
Expected behavior
应该通过设置wdBorderDistanceFromPageEdge获取文本框与页面距离。
Environment
ubuntu20
pywpsrpc: pip, 2.3.1
wps: 11.1.0.10920_amd64
timxx commented
可以提供个样张么。。怎么制作的。。。
话说这个Item这个可以换个写法就没这么丑了:doc.Sections[1].Headers[1].Range.Borders.DistanceFrom