insert blank page

General TRichView support forum. Please post your questions here
Post Reply
cychia_n2n
Posts: 16
Joined: Mon May 09, 2016 9:16 am

insert blank page

Post by cychia_n2n »

How can I insert blank page like MS Word feature?

Thanks
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I am not sure which MS Word feature you mean.
You can insert a page break in the caret position.
If you use RichViewActions, you can use rvActionInsertPageBreak action.
If you do not use RichViewActions, call RichViewEdit.InsertPageBreak.
cychia_n2n
Posts: 16
Joined: Mon May 09, 2016 9:16 am

Post by cychia_n2n »

Insert Blank page for ms word will insert a new blank page at the caret position.

I tried call InsertPageBreak twice, it can create the correct result, but how can I maintain the caret in the blank page?
cychia_n2n
Posts: 16
Joined: Mon May 09, 2016 9:16 am

Post by cychia_n2n »

Hi, anyone have solution for my need?

Thanks.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Post Reply