我正在尝试将我的简历添加到文档的末尾。下面的代码就是这样做的,但是一旦将CV插入到新文档中,它的格式就会搞乱。我可以插入文件并保留CV的原始格式(我不想从打开的文档中复制和粘贴):
objword1.Selection.InsertFile Filename:=cv1Address, _
ConfirmConversions:=False, Link:=False, Attachment:=False
答案 0 :(得分:0)
我担心您无法使用InsertFile方法,但必须打开文件并使用func documentInteractionControllerViewControllerForPreview(controller: UIDocumentInteractionController!) -> UIViewController! {
return self
}
func documentInteractionControllerViewForPreview(controller: UIDocumentInteractionController!) -> UIView! {
return self.view
}
func documentInteractionControllerRectForPreview(controller: UIDocumentInteractionController!) -> CGRect {
return self.view.frame
}
复制和粘贴
我发现了这个:
wdFormatOriginalFormatting