Unplanned
Last Updated: 25 Oct 2022 05:45 by ADMIN
ADMIN
Created by: Tanya
Comments: 4
Category: WordsProcessing
Type: Feature Request
19
The custom document properties enable the users to define their own properties to the document or use one of the predefined. 

In most of the cases, the document variables can be used instead. More information about them you can find at http://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/concepts/fields/document-variables
Unplanned
Last Updated: 05 Oct 2022 13:03 by James
Created by: James
Comments: 0
Category: WordsProcessing
Type: Feature Request
1
Add support for the basicThinLines border style
Unplanned
Last Updated: 03 Oct 2022 07:20 by ADMIN
ADMIN
Created by: Deyan
Comments: 5
Category: WordsProcessing
Type: Feature Request
16
Add support for import and export of floating tables.
Completed
Last Updated: 30 Sep 2022 11:26 by ADMIN
Release R3 2022 SP1
Importing document with ShapeLocks leads to InvalidCastException:

Unable to cast object of type 'Telerik.Windows.Documents.DrawingML.ShapeLocks' to type 'Telerik.Windows.Documents.DrawingML.ConnectionShapeLocks'.'
Unplanned
Last Updated: 29 Sep 2022 08:45 by Aleksander
When the table width is for example 22.7% it is rounded to 22% on import.
Unplanned
Last Updated: 21 Sep 2022 13:23 by Ben
NullReferenceException cloning Table element into RadFlowDocument. The document contains some bookmarks as well. 
Unplanned
Last Updated: 20 Sep 2022 14:06 by ADMIN
Shapes are currently skipped when exporting document content to HTML. Add logic to preserve them.
Completed
Last Updated: 14 Sep 2022 13:52 by ADMIN
Release R3 2022 SP1
When a document containing a hyperlink before bookmark and it is exported to PDF or UpdateField(s) method is called an exception is thrown: "System.InvalidCastException: 'Unable to cast object of type 'Telerik.Windows.Documents.Fixed.Model.Editing.Layout.HyperlinkEndLayoutElement' to type 'Telerik.Windows.Documents.Fixed.Model.Editing.Layout.TextFragmentLayoutElement'.'"
Unplanned
Last Updated: 08 Sep 2022 11:14 by Andrew
Unplanned
Last Updated: 30 Aug 2022 05:47 by Xiao
Created by: Xiao
Comments: 0
Category: WordsProcessing
Type: Feature Request
1
Add support for importing shapes from RTF
Unplanned
Last Updated: 29 Aug 2022 10:45 by Ashish
Created by: Ashish
Comments: 0
Category: WordsProcessing
Type: Feature Request
1

Add support for the background tag: html - CSS color vs. background-color vs. background? - Stack Overflow

The background property might contain an actual image (it is not locked to color values).

Unplanned
Last Updated: 22 Aug 2022 11:17 by ADMIN
Created by: Zlatko
Comments: 3
Category: WordsProcessing
Type: Feature Request
9

When exporting, an option of how to create the PDF bookmarks should be provided:
- Using the RadFlowDocument bookmarks
- Using document Headings

Completed
Last Updated: 16 Aug 2022 05:04 by ADMIN
Release R3 2022
ADMIN
Created by: Mihail
Comments: 1
Category: WordsProcessing
Type: Feature Request
5
Office Open XML defines a mechanism for the storage of content which is not defined by this Office Open XML Standard, for example extensions developed by future software applications.

The stored data could be an image.
Unplanned
Last Updated: 15 Aug 2022 07:16 by Scott

Exception when there are merge fields in the header/footer and one performs mail merge: 

Unable to cast object of type 'Telerik.Windows.Documents.Flow.Model.Header' to type 'Telerik.Windows.Documents.Flow.Model.BlockBase

Completed
Last Updated: 05 Aug 2022 07:23 by ADMIN
Release R3 2022
The attached sample project below demonstrates a possible workaround for PAGE and NUMPAGES fields when exporting to PDF. The demo shows how to generate document from scratch containing PAGE and NUMPAGES fields and export it to PDF.
Unplanned
Last Updated: 05 Aug 2022 05:00 by Josh

Find and Replace document elements with special characters.

  • ^p - Paragraph Mark
  • ^t - Tab Character
  • ^? - Any Character
  • ^# - Any Digit
  • ^$ - Any Letter
  • ^^ - Caret Character
  • ^u - Section Character
  • ^v - Paragraph Character
  • ^c - Clipboard Contents
  • ^n - Column Break
  • ^+ - Em Dash
  • ^= - En Dash
  • ^e - Endnote Mark
  • ^d - Field
  • ^& - Find What Text
  • ^f - Footnote Mark
  • ^g - Graphic
  • ^l - Manual Line Break
  • ^m - Manual Page Break
  • ^~ - Nonbreaking Hyphen
  • ^s - Nonbreaking Space
  • ^- - Optional Hyphen
  • ^b - Section Break
  • ^w - White Space
Completed
Last Updated: 29 Jul 2022 12:59 by ADMIN
Release R3 2022

When inserting a section between two paragraphs the section parent is not correct.

Example:

Paragraph paragraph1 = editor.InsertParagraph();
Paragraph paragraph2 = editor.InsertParagraph();
editor.InsertSection();
Paragraph paragraph3 = editor.InsertParagraph();

Expected:

paragraph1.Parent == paragraph2.Parent
paragraph2.Parent  != paragraph3.Parent 

Actual:

paragraph1.Parent != paragraph2.Parent
paragraph2.Parent  == paragraph3.Parent 

Unplanned
Last Updated: 29 Jul 2022 11:15 by Mahendra
Allow performing a mail merge with a data table instead of just IEnumerable
Unplanned
Last Updated: 19 Jul 2022 07:54 by Augusto
The CompatibilityVersion is not respected during import and is lost after the export.
Completed
Last Updated: 18 Jul 2022 13:29 by ADMIN
Release R3 2022
This attribute specifies the caption for the current DrawingML object. Currently, it is omitted while importing the content with DocxFormatProvider.