摘要: Document doc = commandData.Application.ActiveUIDocument.Document; string cats = ""; foreach (Category item in doc.Settings.Categories) { cats += item. 阅读全文
posted @ 2021-04-20 15:08 卡娃儿 阅读(58) 评论(0) 推荐(0) 编辑