Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

TextMode Property (DocxDocumentOptions)

Show in webframe
Controls how and when to frames the text blocks in the resulting DOCX file.
Syntax
get_textMode();
set_textMode(value);
Object.defineProperty('textMode');

Property Value

TypeDescription
DocumentTextModeControls how and when to frames the text blocks in the resulting DOCX file. Default value is DocumentTextMode.Auto.
Remarks

Frames are containers supported by the DOCX format for text that can be positioned on a page and sized.

Example

For an example, refer to Convert.

See Also

Reference

DocxDocumentOptions Object
DocxDocumentOptions Members

Error processing SSI file