typedef struct _DOCWRTDOCOPTIONS
{
DOCWRTOPTIONS Options;
DOCWRTTEXTMODE TextMode;
L_BOOL bFramed;
L_UINT32 uFlags;
} DOCWRTDOCOPTIONS, *pDOCWRTDOCOPTIONS;
The DOCWRTDOCOPTIONS structure provides information about MS-Word document files.
Member | Description | |
---|---|---|
Options | Options structure that contains options for a Word file. | |
TextMode | Controls how and when to frames the text blocks in the resulting DOC file. The default value is DOCWRTTEXTMODE_AUTO. | |
bFramed | Flag that indicates whether to use framed text. | |
Value | Meaning | |
TRUE | Use framed text. | |
FALSE | Do not use framed text. | |
uFlags | 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:
This structure is used with the L_DocWriterConvert and L_DocWriterInit functions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET