回 帖 发 新 帖 刷新版面

主题:[原创]我用DELPHI控制WORD,想取某一个选中的字符和页面的上边之间的距离,应该怎么做?

wordapp1:=CreateOleObject ('word.Application');
中间省...
wordapp1.ActiveDocument.Range.Information(wdVerticalPositionRelativeToPage) ;
运行的时候总提示"Information"不是一种方法,为什么?

回复列表 (共1个回复)

沙发

我用这个代码也试了,也是提示"Information"不是一种方法的错误,为什么?
wordapp1.ActiveDocument.Paragraphs.Last.Range.Information(wdVerticalPositionRelativeToPage) ;

我来回复

您尚未登录,请登录后再回复。点此登录或注册