Join
Sign in
Search Options
Search Everything
Search Formats
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Forums
»
Formats
»
WordprocessingML
»
problem with the The current page number
Re: problem with the The current page number
Formats
Discussions about working with different Open XML Formats
Get this RSS feed
Details
2
Replies
0
Subscribers
Posted
over 3 years ago
Options
Subscribe via RSS
Share this
WordprocessingML
problem with the The current page number
rated by 0 users
This post has
2 Replies |
0
Followers
v1p0r
85
Posted by
v1p0r
on
Thu, Mar 26 2009 10:31 AM
rated by 0 users
Post Points: 20
problem with the The current page number
How i can start on page 2? which tag i need to?
With this code, the page number start by page 1
<w:p> <w:r> <w:t xml:space="preserve">Page </w:t> </w:r>
<w:fldSimple w:instr="PAGE"> <w:r> <w:t>32</w:t> </w:r> </w:fldSimple> </w:p>
goodol
2705
Posted by
goodol
on
Thu, Mar 26 2009 11:22 PM
rated by 0 users
Post Points: 20
Re: problem with the The current page number
see <w:pgNumType w:start> in spec 2.6.12.
v1p0r
85
Posted by
v1p0r
on
Mon, Mar 30 2009 7:34 AM
rated by 0 users
Post Points: 5
Re: problem with the The current page number
thank you for your answer!
Page 1 of 1 (3 items)