DocxDocumentOptions Object

Summary

Provides extra options to use when saving a document using the Microsoft Word format (DOCX).

Syntax

JavaScript Syntax
function lt.Documents.Writers.DocxDocumentOptions 
	extends lt.Documents.Writers.DocumentOptions 
TypeScript Syntax
class lt.Documents.Writers.DocxDocumentOptions() 
	extends lt.Documents.Writers.DocumentOptions 

Remarks

The DOCX format is part of Microsoft Open XML specification and first introduced with Microsoft Office 2007.

The options set in the DocxDocumentOptions class will be used when the user saves a document using the DocumentFormat.Docx format.

The DocxDocumentOptions class contains the following properties:

Property Description
DocxDocumentOptions.TextMode Controls how and when to frames the text blocks in the resulting DOCX file.
Example

For an example, refer to Convert.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly