Search found 2 matches

by _alex_
Fri Jul 31, 2009 11:56 am
Forum: Support
Topic: Text orientation (direction)
Replies: 1
Views: 8278

Text orientation (direction)

Hello,

Is it possible to set Text Orientation in the table cell, like in Word?

I mean action, like
Selection.Orientation = wdTextOrientationUpward

Thanks
by _alex_
Fri Jul 10, 2009 10:39 am
Forum: Support
Topic: ScaleRichViewEdit table ColSizing
Replies: 2
Views: 11755

ScaleRichViewEdit table ColSizing

Hello,

I want to disable ColSizing in my table in the ScaleRichViewEdit.
The code

table:=TRVTableItemInfo(srv.RichViewEdit.GetItem(ind));
table.Options:=table.Options-[rvtoColSizing];
srv.RichViewEdit.Reformat;

work in the RichViewEdit, but don't work in the ScaleRichViewEdit

Is it the bug?

P ...