typedef struct _DOCWRTDOCXOPTIONS
{
DOCWRTOPTIONS Options;
DOCWRTTEXTMODE TextMode;
L_UINT32 uFlags;
} DOCWRTDOCXOPTIONS, *pDOCWRTDOCXOPTIONS;
The DOCWRTDOCXOPTIONS structure rovides extra options to use when saving a document using the Microsoft Word format (DOCX).
Options structure that contains options for a Word 2007 file.
Controls how and when to frames the text blocks in the resulting DOCX file. DOCWRTTEXTMODE_AUTO is the default value.
Flag that indicates the extra options for writing DOCX files. Currently there are no flags. This is for future use.
pDOCWRTDOCXOPTIONS is a pointer to DOCWRTDOCXOPTIONS structure. Generally, where a function parameter type is pDOCWRTDOCXOPTIONS, you can declare a DOCWRTDOCXOPTIONS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pDOCWRTDOCXOPTIONS variable is necessary only if your program requires a pointer.
The DOCX file extensions are used for Microsoft Word documents, part of the Microsoft Office Suite of software.
DOCX is part of Microsoft Office Open XML specification (also known as OOXML or OpenXML) and was introduced with Office 2007. DOCX is a zipped, XML-based file format. Microsoft Word 2007 and later uses DOCX as the default file format when creating a new document. Support for loading and saving legacy DOC files is also included.
The LEADTOOLS Document Writers support creating DOCX document. The following features are supported:
Note: This format requires .NET framework 3.0 or later and Microsoft Open XML Format SDK 2.*.
The structure is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document