This is a migrated thread and some comments may be shown as answers.

Options for rotating text in radrichtextbox document

2 Answers 86 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 04 Apr 2014, 02:31 AM
Hi there,

Version: 2013.2.611.45

I have a word document that i am importing and working with. It's a form that has a 3 of 9 barcode string vertically in the left margin. When I import the document and show it in the editor, the barcode is no longer top to bottom direction but left to right,.

I read around this forum and stackoverflow and I gathered that text direction is not supported at this point in time. Has this changed at all since our version?

I also tried the suggestion of using a WPF label rotated and put inside a UIInlineContainer and inserted into the editor, which works fine, but as i came across in the documentation these are not saved when output to docx, which i must do.

Do i have any options whatsoever to at least simulate rotated text?

Many thanks for your time,
J

2 Answers, 1 is accepted

Sort by
0
Petya
Telerik team
answered on 08 Apr 2014, 01:11 PM
Hello J,

I'm afraid rotating text in RadRichTextBox is not possible at this point.

Like you mentioned, one possible solution is to place an InlineUIContainer which contains a rotated element, but preserving it to DOCX would not be possible. Unfortunately, I'm unable to suggest another approach for achieving the desired result.

Let us know if you have other questions or comments.

Regards,
Petya
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
C
Top achievements
Rank 1
answered on 01 Oct 2014, 10:41 PM
We need to support rotated text in a RadDocument exported to Microsoft Word .docx file format. 
The .docx file is created in C# code only with no XAML and no RichTextBox control created.
Tags
RichTextBox
Asked by
Jason
Top achievements
Rank 1
Answers by
Petya
Telerik team
C
Top achievements
Rank 1
Share this question
or