Unplanned
Last Updated: 07 Mar 2024 05:55 by ADMIN
ADMIN
Tanya
Created on: 18 Aug 2017 14:44
Category: WordsProcessing
Type: Feature Request
13
WordsProcessing: Add support for horizontal line
Add support for horizontal lines in documents.

In DOCX, such lines are defined using the legacy VML definitions:
<w:pict w14:anchorId="324D5836">
  <v:rect id="_x0000_i1025" style="width:0;height:1.5pt" o:hralign="center" o:hrstd="t" o:hr="t" fillcolor="#a0a0a0" stroked="f"/>
</w:pict>
The definitions above and the <hr/> HTML tag are currently not supported and skipped on import, leading to missing horizontal lines in the document.
2 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 07 Mar 2024 05:55

Hi, Jagadish,

Thank you for sharing your feedback. Make sure that you cast your vote for the item. The more votes an item gathers, the higher its priority becomes. You can click the Follow button in order to get notified once any status changes occur.

A possible workaround could be to insert an empty table with a top border and decrease its size so that it looks like a single line. The following forum thread demonstrates a sample approach: https://www.telerik.com/forums/horizontal-line-in-radwordsprocessing#5392221  

I hope this information helps.

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Jagadish
Posted on: 06 Mar 2024 11:47
I am too facing the issue with the html content which is being converted to pdf missing the horizontal lines