Exported docx lost the page number
Exported docx lost the page number
Use the demo application(\TRichView\ScaleRichView\Demos\ActionTestTabs) export the readme.rvf to docx,the page number lost.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Exported docx lost the page number
This page number (shown by assigning SRV.ViewProperty.PageNoVisible=True) cannot be saved to files. Actually, we should hide it in our ActionTest demos...
To insert the proper page number, activate the header or footer editing (by double clicking the header/footer area or by commands on the toolbar), and execute the menu item "Insert | Page Number".
To insert the proper page number, activate the header or footer editing (by double clicking the header/footer area or by commands on the toolbar), and execute the menu item "Insert | Page Number".
Re: Exported docx lost the page number
I understand this and fix it by editing my custom footer file,Thank u!