View Single Post
 
Old 12-31-2010, 12:39 AM
saravananiyyanar saravananiyyanar is offline Windows Vista Office 2007
Novice
 
Join Date: Dec 2010
Posts: 10
saravananiyyanar is on a distinguished road
Default

Hi Paul,

Thanks for your reply

We are reading xml using java and creating RTF document and please find the source code that we have:

\par \b \i0 \ul0 \pard \qj \li0\ri0 \sb0 \fi0 OPINION
\par
\sect \sectd \marglsxn1296\sbknone {
\header \pard }\pard
\sect \sectd \marglsxn1296\sbkpage \pgnstarts1 \pgnrestart {
\header \pard \fs20 \f1 Page \chpgn \qr
\par }
\sect \sectd \marglsxn1296\sbknone \f1 {
\header \pard \fs20 \f1 Page \chpgn \qr
\par \pard \f1 \fs20 \hyphpar0 2010 OPINION, *\qc
\par }
\sect \sectd \marglsxn1296\sbknone \pard \hyphpar0 \qj \li0\ri0 \sb0 \fi0 {\*\shppict{\pict\pngblip
89504e470d0a1a0a0000000d49484452000000ee...}}
\par \pard
\par \pard \hyphpar0 \qc \li0\ri0 \sb0 \fi0 2 of 23 DOCUMENTS
\par \pard


For our requirement, we tried replacing \sbkpage as \sbkodd and it does not work with \sbkodd \pgnstarts1 \pgnrestart (section odd break and pagination restart combination)

Section odd break works as expected if we dont have pagination restart for the next chapter.

Your advice on this much appreciated. Please let me know if you have any questions. Thanks
Reply With Quote