(relationshipId)
| 1252 | } |
| 1253 | |
| 1254 | function findEmbeddedImageFile(relationshipId) { |
| 1255 | var path = uris.uriToZipEntryName("word", relationships.findTargetByRelationshipId(relationshipId)); |
| 1256 | return { |
| 1257 | path: path, |
| 1258 | read: docxFile.read.bind(docxFile, path) |
| 1259 | }; |
| 1260 | } |
| 1261 | |
| 1262 | function readImage(imageFile, altText) { |
| 1263 | var contentType = contentTypes.findContentType(imageFile.path); |
no outgoing calls
no test coverage detected