Provides extra options to use when saving a document using the Microsoft Word format (DOCX).
function lt.Documents.Writers.DocxDocumentOptions
extends lt.Documents.Writers.DocumentOptions
class lt.Documents.Writers.DocxDocumentOptions()
extends lt.Documents.Writers.DocumentOptions
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. |
For an example, refer to Convert.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET