And can I in such a way make the second row text verticle in my table after import:
procedure TfrmMain.N1Click(Sender: TObject);
var
i, ItemNo, ParaNo: Integer;
table: TRVTableItemInfo;
begin
try
ItemNo := RichViewEdit1.ItemCount;
for i:=0 to ItemNo-1 do
if RichViewEdit1.GetItemStyle(i ...
Search found 2 matches
- Wed Oct 04, 2006 12:32 pm
- Forum: Support
- Topic: Problems with tables that I import as part of an RTF documet
- Replies: 2
- Views: 10929
- Wed Oct 04, 2006 9:51 am
- Forum: Support
- Topic: Problems with tables that I import as part of an RTF documet
- Replies: 2
- Views: 10929
Problems with tables that I import as part of an RTF documet
When I import tables that are parts of RTF documents I lose vertical alignment of text. What is the reason and how can I solve this problem?! Help me! I use Delphi.