Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is the uniform type identifier for docx file

Tags:

Read the document of Developer Library, the identifier for doc is "com.microsoft.word.doc". But what is the identifier for docx??

like image 738
alexqinbj Avatar asked Jan 02 '13 15:01

alexqinbj


People also ask

Which file is DOCX type?

The DOCX and DOC file extensions are used for Microsoft Word documents, part of the Microsoft Office Suite of software. DOCX/DOC files are used to store word processing data. DOCX is part of Microsoft Office Open XML specification (also known as OOXML or OpenXML) and was introduced with Office 2007.

What is DOCX type in OOP?

What is a DOCX file? DOCX is a well-known format for Microsoft Word documents. Introduced from 2007 with the release of Microsoft Office 2007, the structure of this new Document format was changed from plain binary to a combination of XML and binary files.

How do you know if the file is a DOCX file?

The . docx file extension is a file saved in Word 2007- 2016 format. If you do not have Microsoft Word on your computer then you would have to save the file as a type as text file (.

What is DOCX example?

A DOCX file is a Microsoft Word Open XML Format Document file.


1 Answers

The identifier is org.openxmlformats.wordprocessingml.document.

like image 86
Sjoerd Avatar answered Sep 16 '22 22:09

Sjoerd