Hello,
Is it possible to set Text Orientation in the table cell, like in Word?
I mean action, like
Selection.Orientation = wdTextOrientationUpward
Thanks
Search found 2 matches
- Fri Jul 31, 2009 11:56 am
- Forum: Support
- Topic: Text orientation (direction)
- Replies: 1
- Views: 8187
- Fri Jul 10, 2009 10:39 am
- Forum: Support
- Topic: ScaleRichViewEdit table ColSizing
- Replies: 2
- Views: 11319
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.S. I ...