Jacklovely

导航

 

2016年8月4日

摘要: ParagraphFormat 对象 贡献者:motolola 日期:2009-05-27 阅读:5261 回复: 相关标签:wps > API > paragraphforma 代表段落的所有格式。 Class ParagraphFormat 说明 ParagraphFormat 对象能从以下对象 阅读全文
posted @ 2016-08-04 11:46 Jacklovely 阅读(1307) 评论(0) 推荐(0) 编辑
 
摘要: 1 import win32com 2 3 from win32com.client import Dispatch,constants 4 w = win32com.client.Dispatch('Word.Application') 5 w.Visible = 0 6 w.DisplayAlerts = 0 7 doc = w.Documents.Open(FileNa... 阅读全文
posted @ 2016-08-04 10:29 Jacklovely 阅读(361) 评论(0) 推荐(0) 编辑