typedef struct _tagWordMLSettings
{
L_UINT32 uStructSize;
L_BOOL bCrossrefs;
} WORDMLSETTINGS, * pWORDMLSETTINGS;
The WORDMLSETTINGS structure provides information about settings for the DOC2_WORDML
DOC2_FORMATTYPE output format.
Structure size. Set it to sizeof(WORDMLSETTINGS).
Specifies whether to retain cross-references.
Value | Meaning |
---|---|
TRUE | Retain cross-references. |
FALSE | Do not retain cross-references. |
pWORDMLSETTINGS is a pointer to a WORDMLSETTINGS structure. If the function parameter type is pWORDMLSETTINGS, declare a WORDMLSETTINGS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pWORDMLSETTINGS variable is necessary only if the program requires a pointer.
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