MCPcopy Create free account
hub / github.com/afkT/DevUtils / openWordFile

Method openWordFile

lib/DevApp/src/main/java/dev/utils/app/AppUtils.java:2093–2095  ·  view source on GitHub ↗

打开 Word 文件 @param filePath 文件路径 @return true success, false fail

(final String filePath)

Source from the content-addressed store, hash-verified

2091 * @return {@code true} success, {@code false} fail
2092 */
2093 public static boolean openWordFile(final String filePath) {
2094 return openWordFile(FileUtils.getFileByPath(filePath));
2095 }
2096
2097 /**
2098 * 打开 Word 文件

Callers

nothing calls this directly

Calls 2

getFileByPathMethod · 0.95
openFileMethod · 0.95

Tested by

no test coverage detected