typedef struct _DOCWRTDOCOPTIONS
{
DOCWRTOPTIONS Options;
DOCWRTTEXTMODE TextMode;
L_UINT32 uFlags;
} DOCWRTDOCOPTIONS, *pDOCWRTDOCOPTIONS;
The DOCWRTDOCOPTIONS structure provides information about MS-Word document files.
Options structure that contains options for a Word file.
Controls how and when to frames the text blocks in the resulting DOC file. The default value is DOCWRTTEXTMODE_AUTO.
Flag that indicates the extra options for writing DOC files. Currently there are no flags. This is for future use.
pDOCWRTDOCOPTIONS is a pointer to DOCWRTDOCOPTIONS structure. Generally, where a function parameter type is pDOCWRTDOCOPTIONS, you can declare a DOCWRTDOCOPTIONS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pDOCWRTDOCOPTIONS variable is necessary only if your program requires a pointer.
The DOC file extensions are used for Microsoft Word documents, part of the Microsoft Office Suite of software.
DOC is the default format used with Office 97-2003. DOC is a Microsoft proprietary Binary Interchange File Format. Microsoft Word 97-2003 uses DOC as the default file format when creating a new document.
The LEADTOOLS Document Writers support creating DOC (Word 97-2003) document. The following features are supported:
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