An API call do the job. Works perfectly. ;-)
On 29 jan, 12:04, "Andrew Badera" <
and...@badera.us> wrote:
> Does that property change the underlying RTF code to match the code produced
> by Word?
>
> On 1/29/08, Joe <
jonathanpou...@globetrotter.net> wrote:
>
>
>
>
>
>
>
> > Hello,
>
> > Do you know if the RichTextBox control supports the full text
> > justification? Microsoft Word does with RTF file. So the RTF format
> > supports it of course.
>
> > If I produce a RTF file using Microsoft Word that is full justify I
> > can load it into the RichTextBox control without problems. Everything
> > is justify like in Microsoft Word. However the control seems unable to
> > produce a RTF content from scratch that is text justified. We have a
> > property named SelectionAlignment on the control but it accepts a
> > HorizontalAlignment Enum value which only supports left, center and
> > right alignment.
>
> > Any idea?
>
> --