Click or drag to resize
ConverterDocxVariant Property
Public API of XMLmind XSL-FO Converter for .NET
Marks generated DOCX files as being compatible with MS-Word having specified major version.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public string DocxVariant { get; set; }

Property Value

Type: String
Remarks

Value: MS-Word_version [strict]?. Examples: 14, 15, 15strict.

Any version other than 14 (MS-Word 2010), 15 (MS-Word 2013), 16 (MS-Word 2016) is currently ignored.

Moreover suffix strict may be used to generate DOCX files marked as being "Strict Open XML".

No default. Generated DOCX files not marked as being compatible with a specific version of MS-Word.

See Also