DOCWRTTEXTMODE

typedef enum _DOCWRTTEXTMODE 
{ 
   DOCWRTTEXTMODE_AUTO, 
   DOCWRTTEXTMODE_NONFRAMED 
   DOCWRTTEXTMODE_FRAMED, 
} DOCWRTTEXTMODE, *pDOCWRTTEXTMODE; 

The DOCWRTTEXTMODE enumeration specifies the document text mode.

Members

DOCWRTTEXTMODE_AUTO

Automatically the document will contain framed/non-framed text in the resulting Doc/Docx/Rtf documents -- Not supported currently, it will be equivalent to DOCWRTTEXTMODE_NONFRAMED.

DOCWRTTEXTMODE_NONFRAMED

Flow text in the resulting Doc/Docx/Rtf documents.

DOCWRTTEXTMODE_FRAMED

Set frame for text blocks (use text box objects) in the resulting Doc/Docx/Rtf documents.

Help Version 21.0.2023.2.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

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