trichview.support
Re: paragraph style for table (not for cells) |
Author |
Message |
Benedikt Weber |
Posted: 04/13/2002 1:01:52 I am using RichView, not RichViewEdit. I was trying to use the paragraph style used before insertion: RichView1->AddNL("",0,1); // 1=center RichView1->AddItem("", table); but this does not seem to work. ApplyParaStyle() is not for RichView. Is there a solution for RichView or do have to use RichViewEdit? I not need the editor but I just setup a report from the program. Bendikt "Sergey Tkachenko" <svt@trichview.com> wrote in message news:3cb73471$1@support.torry.net... > Table uses a paragraph style of the paragraph where it was inserted (if you > insert it using InsertItem). > You can use ApplyParaStyle() immediately before (or after) inserting table. > Table respects alignment of the paragraph, and its left and right indents. > > > > Is there a way to center a table, or set a left margin? I do not see how I > > can set a paragraph style when inserting a table. > > > > Benedikt > > > > > > |
Powered by ABC Amber Outlook Express Converter