Page 1 of 1
RichText HorizontalAlignment & LineSpacing !؟
Posted: Mon Nov 19, 2012 12:12 pm
by sal_64
Hi
Is there a setting?
-----------------------------
Stimulsoft.Report.Components.StiRichText rt = new StiRichText();
rt = (Stimulsoft.Report.Components.StiRichText)repo.GetComponentByName("rt");
rt.Text = matn;
//
rt.HorizontalAlignment = Right;
rt.LineSpacing = 1.1;
-------------------------------
Why can not I rise؟؟؟؟؟
Please advise me
Re: RichText HorizontalAlignment & LineSpacing !؟
Posted: Mon Nov 19, 2012 12:19 pm
by HighAley
Hello.
Please, send your sample project to the
support@stimulsoft.com with a link on this topic.
Thank you.
Re: RichText HorizontalAlignment & LineSpacing !؟
Posted: Mon Nov 19, 2012 2:11 pm
by sal_64
hi
ok
Re: RichText HorizontalAlignment & LineSpacing !؟
Posted: Mon Nov 19, 2012 2:29 pm
by HighAley
Hello.
We'll answer on your email soon.
Thank you.
Re: RichText HorizontalAlignment & LineSpacing !؟
Posted: Sat Nov 24, 2012 7:34 am
by sal_64
hi
Thank you
--------------------------------------------------------------------------------------------------------
email :
Hello.
There is no HorizontalAlignment and LineSpacing properties of the RichTextBox component. There is a more complicated structure. You could read about it on MSDN site.
Other way is to use the text component with AllowHtmlTags preoprty set to True.
Thank you.
--
Best regards,
Aleksey Andreyanov
Stimulsoft Team
-----------------------------------------------------------------------------------------------------------

Re: RichText HorizontalAlignment & LineSpacing !؟
Posted: Mon Nov 26, 2012 6:21 am
by HighAley
Hello.
You should set the Word Wrap property to True.
Thank you.
Re: RichText HorizontalAlignment & LineSpacing !؟
Posted: Mon Nov 26, 2012 11:12 am
by sal_64
Hi
Thank you very much
But I have the problem in persian
Please Help

Re: RichText HorizontalAlignment & LineSpacing !؟
Posted: Mon Nov 26, 2012 12:48 pm
by HighAley
Hello.
You should set the Right to Left property of the text component.

- RTL2.png (111.25 KiB) Viewed 1789 times
Look at the attached report template.
Thank you.