0

我以为我在文档中读到 NSTextStorage 可以读取 Word 文件。我这样做了:

     textStorage = [[NSTextStorage alloc] initWithFileURL:url 
                  options:0 documentAttributes:&attributes error:&error] 

我收到以下错误:

2014-04-01 15:08:52.322 Text Display[4665:90b] Error Domain=NSCocoaErrorDomain 
Code=256 "The operation couldn’t be completed. (Cocoa error 256.)" 
UserInfo=0x8b80d40 {NSFilePath=/Users/Ahab/Library/Application Support/iPhoneSimulator/7.1/Applications/BCFFFD16-41DE-4E09-8E79-0061A0607B91/Text Display.app/sample.docx}

我在这里错了,Word文档真的不能被阅读吗?还是有其他问题?

我应该补充一点,阅读与 RTF 相同。我的经历是要么无法读取 DOCX,要么必须以某种方式设置属性。不幸的是,苹果省略了该文档。

4

1 回答 1

0

DOC 文件可以读入 NSTextStorage,但 DOCX 文件目前不能。

于 2014-04-02T00:07:13.347 回答