Dispatch.call(selection, "TypeText", "标题"); // 写入标题内容
报错是The method call(Dispatch, String, Object[]) in the type Dispatch is not applicable for the arguments (Dispatch, String, String)
请问这个问题怎样解决
关于jacob中设置标题的问题
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
Dispatch.call(selection, "TypeText", "标题"); // 写入标题内容
报错是The method call(Dispatch, String, Object[]) in the type Dispatch is not applicable for the arguments (Dispatch, String, String)
请问这个问题怎样解决