Unplanned
Last Updated: 27 Nov 2020 20:47 by ADMIN
When exporting a Run element with Character properties and Tab character, the Character properties are not respected when exporting the Tab to PDF.
Unplanned
Last Updated: 25 Nov 2020 20:34 by ADMIN
Created by: Erich Čonka
Comments: 0
Category: WordsProcessing
Type: Feature Request
0

From the Office Open XML specification:

gridAfter (Grid Columns After Last Cell):

This element specifies the number of grid columns in the parent table's table grid which shall be left after the last cell in the table row. 

gridBefore (Grid Columns Before First Cell): 

This element specifies the number of grid columns in the parent table's table grid which must be skipped before the contents of this table row (its table cells) are added to the parent table. [This property is used to specify tables whose leading edge (left for left-to-right tables, right for right-to-left tables) does not start at the first grid column (the same shared edge)]

Completed
Last Updated: 24 Nov 2020 14:23 by ADMIN
Release R1 2021
A NullReferenceException is thrown while trying to resolve the references inside a document whose main document part is not named "document.xml"
Completed
Last Updated: 20 Nov 2020 09:37 by ADMIN
Release R1 2021
Add support for setting and exporting document metadata, like Title, Author and similar.
Unplanned
Last Updated: 20 Nov 2020 07:42 by ADMIN
Created by: Lance
Comments: 0
Category: WordsProcessing
Type: Feature Request
1
Implement a MarkdownFormatProvider, which will allow import/export from/to markdown format.
Completed
Last Updated: 13 Nov 2020 08:22 by ADMIN
Release R1 2021
ADMIN
Created by: Deyan
Comments: 0
Category: WordsProcessing
Type: Feature Request
42
Implement support for content controls (a.k.a. Structured document tags), which will allow inserting editing controls in the document:

- Rich Text
- Plain Text
- Check Box
- Combo Box
- Drop-down list
- Date picker

Do not confuse this feature with form fields support (see https://feedback.telerik.com/Project/184/Feedback/Details/219850 ).
Unplanned
Last Updated: 09 Nov 2020 10:24 by ADMIN
WordsProcessing: base64 image size is set to negative infinity when importing from HTML.
Unplanned
Last Updated: 04 Nov 2020 07:33 by ADMIN
Removing a row from a table with merged cells leaves the table with missing cells
Unplanned
Last Updated: 26 Oct 2020 09:37 by ADMIN
When exporting to PDF document, the image size is exported wrong when the image is wrapped in VML shape and the size is set in this shape.
Unplanned
Last Updated: 21 Oct 2020 12:18 by ADMIN
Created by: Dimitar
Comments: 4
Category: WordsProcessing
Type: Feature Request
1
 Tables: introduce support for GridBefore property.
Unplanned
Last Updated: 15 Oct 2020 05:34 by ADMIN
Created by: Dimitar
Comments: 0
Category: WordsProcessing
Type: Feature Request
4
The Open Document Format for Office Applications (ODF), also known as OpenDocument, is an open standard file format for spreadsheets, charts, presentations, and word processing documents using ZIP-compressed[6] XML files.

The most common filename extension for word processing (text) is .odt.
Unplanned
Last Updated: 09 Oct 2020 08:44 by ADMIN

At this point, only background-color is supported. Add support for bgcolor attribute as well. It could be used with the following tags: body, marquee, table, tBody, td, tFoot, th, tHead, tr.

 

Unplanned
Last Updated: 29 Sep 2020 11:42 by ADMIN
The provider can be extended so that the users can choose between exporting the superscript/subscript text with CSS styling or with HTML tags. Currently, the content can be exported with styles only.
Unplanned
Last Updated: 29 Sep 2020 11:38 by ADMIN
The provider can be extended so that the users can choose between exporting the font styles with CSS styling or with HTML tags. Currently, the content can be exported with styles only.
Completed
Last Updated: 25 Sep 2020 14:08 by ADMIN
Release R3 2020 SP1
When the associated document style is not of type StyleType.Table (does not contain TableProperties) a NullReferenceException is thrown.
Unplanned
Last Updated: 24 Sep 2020 06:07 by ADMIN

There are 27 types of border styles in the Open XML specification and they are implemented in RadFlowDocument. Part of the borders are already supported (eg. None, Single, Dotted) when exporting to HTML, all others are treated as None and stripped.

The HTML format doesn't support all types of border styles OOXML format supports.

Unplanned
Last Updated: 23 Sep 2020 13:23 by ADMIN
Created by: César
Comments: 0
Category: WordsProcessing
Type: Feature Request
5

Such objects are defined as oleObject elements in the XML:

<w:object w:dxaOrig="3795" w:dyaOrig="3555">
	<v:shape id="_x0000_i1026" type="#_x0000_t75" style="width:32.85pt;height:30.55pt" o:ole="" fillcolor="window">
	  <v:imagedata r:id="rId9" o:title=""/>
	</v:shape>
	<o:OLEObject Type="Embed" ProgID="PBrush" ShapeID="_x0000_i1026" DrawAspect="Content" ObjectID="_1647182330" r:id="rId10"/>
</w:object>

Currently, they are skipped on import.

 

Unplanned
Last Updated: 18 Sep 2020 05:47 by ADMIN
Introduce support for the "page-break-inside" tag when importing an HTML
Unplanned
Last Updated: 11 Sep 2020 10:01 by ADMIN
The negative margin is not respected when exporting to pdf.
Unplanned
Last Updated: 12 Aug 2020 06:54 by ADMIN

Wrongly imported/exported table cells from nested tables (see the picture below).