Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() Quote:
Solution was textbox anchored in Headers/Footers with "boxed" alignment positioned to proper place in the main page. There is IF inside the textbox chosing according {PAGE} the corresponding contents. For the content I have used underlined font with hardspaces for lines and normal spaces/empty for nolines (several paragraphs=lines). You can made it wider by increasing number of spaces, you can change the distance by changing distance between lines. You can controll the thickness by chosing a font. I have used { IF { PAGE } = 2 ".......... .......... .......... .........." ".........." .........." } where . is replaced by hard spaces for our case. This (with more complicated IF) works for OMR's on odd pages as well when you need more codes than just code for first page and code for other pages (when FirstPage Header/Footer solution would be easier). For even pages, there is one more trick ... to add following field to end of each section: { IF { MOD ({PAGE},2)=1 "" "!" }, where ! is replaced by page break. |
#2
![]() |
|||
|
|||
![]() Quote:
{ IF { =MOD ({PAGE},2)=0 "" "!" } and , could depend on international settings. |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
take yet another lesson from wordperfect "reveal codes" | Microsoft Word Help | |||
Word 2003 | Microsoft Word Help | |||
Does Word have a QuickCorrect/Quick Word option like WordPerfect? | New Users | |||
Hebrew Suggestions | Microsoft Word Help | |||
How do I set right and left alignment on the same line in Word? | Page Layout |