DOCWRTDOCOPTIONS (original) (raw)
Summary
The DOCWRTDOCOPTIONS structure provides information about MS-Word document files.
Syntax
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:
- Unlimited number of pages
- Fully searchable documents
- Frame addition around the text area in the resulting document
The structure is used by:
LEADTOOLS Raster Imaging C API Help