Thanks for explaining how Justify works. So, looks like with the options available in Word I can't achieve what I aim for. However would that be possible if there is a macro that inserts an extra space between words in that row until the paragraph indent reaches the margin?
So
1. Start from left. Insert extra space after first word
2. Go to end of row, check if paragraph break is in line with the margin. If yes, proceed to next row and repeat step 1.
Else
3. Put extra space after 2nd word in first row and repeat the check.
How is this idea?
Can you help write a code for that?
|