DOCWRTDOCOPTIONS

Summary

The DOCWRTDOCOPTIONS structure provides information about MS-Word document files.

Syntax

typedef struct _DOCWRTDOCOPTIONS 
{ 
   DOCWRTOPTIONS Options; 
   DOCWRTTEXTMODE TextMode; 
   L_UINT32 uFlags; 
} DOCWRTDOCOPTIONS, *pDOCWRTDOCOPTIONS; 

Members

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.

uFlags

Flag that indicates the extra options for writing DOC files. Currently there are no flags. This is for future use.

Comments

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 Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.