Unplanned
Last Updated: 30 Jul 2024 05:57 by Vladislav
Created by: Vladislav
Comments: 0
Category: WordsProcessing
Type: Feature Request
0
The DataBinding property tells the editor to show the linked content instead of the actual runs in the content control.
Completed
Last Updated: 13 Nov 2024 08:02 by ADMIN
Release 2024.4.1106 (Q4 2024)
ADMIN
Created by: Peshito
Comments: 0
Category: WordsProcessing
Type: Bug Report
0
Exporting documents to with headings to RTF does not properly export some heading colors in the document.
Unplanned
Last Updated: 01 Aug 2024 06:19 by George

XmlException is thrown when importing documents containing DAT files.

Workaround

1) Delete the files from the file structure before import:

RadFlowDocument flowDocument; using (Stream str = new FileStream("input.docx", FileMode.OpenOrCreate)) { MemoryStream ms = new MemoryStream(); str.CopyTo(ms); ms.Seek(0, SeekOrigin.Begin); using (ZipArchive archive = ZipArchive.Update(ms, null)) { var zipEntries = archive.Entries; // Skip glossary on importfor (int i = zipEntries.Count() - 1; i >= 0; i--) { var entry = zipEntries.ElementAt(i); string entryName = entry.FullName; if (Regex.IsMatch(entryName, @"\[trash\]")) { entry.Delete(); } } }

}

2) Re-save the document with Word before import. At least one change (that can then be reverted) is required. 
Unplanned
Last Updated: 14 Aug 2024 11:23 by Kamil
Incorrect size of list symbols when list font size is set in "em" unit type.
Unplanned
Last Updated: 26 Aug 2024 11:51 by Patrick

The default vertical alignment value of table data (<td>) is incorrect.

Current: "vertical-align: top;"

Expected: "vertical-align: middle;"

Workaround: Explicitly set the "vertical-align: middle;" of <td> elements.

Completed
Last Updated: 13 Nov 2024 08:50 by ADMIN
Release 2024.4.1106 (Q4 2024)
ArgumentException is thrown during MailMerge with a document with inline shape in its header/footer.
Unplanned
Last Updated: 07 Oct 2024 09:59 by John
Created by: John
Comments: 0
Category: WordsProcessing
Type: Feature Request
0

Add support for Picture Styles.

Unplanned
Last Updated: 08 Oct 2024 12:13 by Andre' Hazelwood

 Replace cannot match whole word with special characters (e.g. "#", "@", "&") at the start/end.

Workaround (RegEx):

editor.ReplaceText(new Regex($"(?<=\\s|^|[\\c_]){placeholder}(?=\\s|$|[\\c_])"),"new content");

 

Unplanned
Last Updated: 12 Nov 2024 08:51 by IT
Created by: IT
Comments: 0
Category: WordsProcessing
Type: Feature Request
0
Add support for diagrams.