op.subsExpanded
| Syntax |
op.subsExpanded ()
|
| Params |
None required
|
| Action |
Determines whether the current heading has subheads that are expanded.
|
| Returns |
True if the current heading has subheads that are expanded, false if it has no subheads or if its subheads are collapsed.
|
| Examples |
In examples.Sample Outline 1, position the cursor on "Summit 2" and then execute: op.subsExpanded ()
Now execute these lines: op.subsExpanded ()
The current heading's subheads are all collapsed.
This subhead has no subheads. |
| See Also |
op.expand
|