adjust the inter-row spacing?

Mark Windrim justmark at mac.com
Fri May 17 07:38:01 PDT 2002


Jim,

Couldn't agree with you more.  I have some fairly complex OO docs that I 
use to manage a project I'm working on.  I've had to add a cr to the end 
to create the visual aid you're referring to.

Alternatively (I've posted this already), I'd love to see the background 
colour of the cells be printed, along with the ability to define borders 
for cells.

I've had to stop using pop-up cells etc., because I can't set the font 
(it defaults to lucida grande 12) and I need everything at 9p to fit on 
one page.

-Mark


On Thursday, May 16, 2002, at 03:54  PM, Jim Correia wrote:

> Is there a way to adjust the inter-row spacing?
>
> When I write outline like structures in plain text, and the "items" 
> span multiple lines I include a blank line between items to give a 
> visual break. I find this easier to deal with, and I'd like to create a 
> similar visual representation in Omni Outliner while using its 
> structuring abilities. (I don't consider the ability to manually type a 
> carriage return at the end of each item a viable solution :-).
>
> If you've got the itch to force a carriage return on every item, this 
> would do the trick though:
>
> tell application "OmniOutliner"
> 	tell document 1
> 		repeat with i from 1 to count child
> 			set s to text of cell 2 of child i
> 			if (length of s > 0) and (character -1 of s is not return) then
> 				set s to s & return
> 				set text of cell 2 of child i to s
> 			end if
> 		end repeat
> 	end tell
> end tell
>
> Thanks,
> Jim
>
> _______________________________________________
> OmniOutliner-Users mailing list
> OmniOutliner-Users at omnigroup.com
> http://www.omnigroup.com/mailman/listinfo/omnioutliner-users
>




More information about the OmniOutliner-Users mailing list