This question is locked. New answers and comments are not allowed.
Hello,
There is an issue about lost tab when save the document in docx using DocxFormatProvider.
Press tab at the start of paragraph to add tab space, then export the file to docx and reload it.
The tab changes to a single space . ( As shown in the attached picture.)
(Controls version: 2011.3.1220.1040)
PS. code :
Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.DocxFormatProvider xExporter
RadDocument imDoc = xExporter.Import(xExporter.Export(docToSave.Selection.CreateDocumentFromSelection())
Best,
Tuo
There is an issue about lost tab when save the document in docx using DocxFormatProvider.
Press tab at the start of paragraph to add tab space, then export the file to docx and reload it.
The tab changes to a single space . ( As shown in the attached picture.)
(Controls version: 2011.3.1220.1040)
PS. code :
Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.DocxFormatProvider xExporter
RadDocument imDoc = xExporter.Import(xExporter.Export(docToSave.Selection.CreateDocumentFromSelection())
Best,
Tuo