View Single Post
Quote:
Originally Posted by jphalip View Post
1) Is it possible to check in an apple script if a row is numbered, and which numbering system it is using (legal, letters, numeric, etc.)?
This'll tell you the type:

value of attribute "heading-type(com.omnigroup.OmniOutliner)" of style of <row>

and there's also:
"heading-suffix(com.omnigroup.OmniOutliner)"
"heading-lowercase(com.omnigroup.OmniOutliner)"
"heading-prefix(com.omnigroup.OmniOutliner)"