RichText HorizontalAlignment & LineSpacing !؟
RichText HorizontalAlignment & LineSpacing !؟
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
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 !؟
Hello.
Please, send your sample project to the support@stimulsoft.com with a link on this topic.
Thank you.
Please, send your sample project to the support@stimulsoft.com with a link on this topic.
Thank you.
Re: RichText HorizontalAlignment & LineSpacing !؟
Hello.
We'll answer on your email soon.
Thank you.
We'll answer on your email soon.
Thank you.
Re: RichText HorizontalAlignment & LineSpacing !؟
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
-----------------------------------------------------------------------------------------------------------

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
-----------------------------------------------------------------------------------------------------------

- Attachments
-
- Reportmatn.mrt
- (3.91 KiB) Downloaded 322 times
Re: RichText HorizontalAlignment & LineSpacing !؟
Hello.
You should set the Word Wrap property to True.
Thank you.
You should set the Word Wrap property to True.
Thank you.
Re: RichText HorizontalAlignment & LineSpacing !؟
Hi
Thank you very much
But I have the problem in persian
Please Help

Thank you very much
But I have the problem in persian
Please Help

- Attachments
-
- Reportmatn.mrt
- (4.79 KiB) Downloaded 254 times
Re: RichText HorizontalAlignment & LineSpacing !؟
Hello.
You should set the Right to Left property of the text component. Look at the attached report template. Thank you.
You should set the Right to Left property of the text component. Look at the attached report template. Thank you.