Can you set the Outline Panel filter from the desktop author SDK/API
Posted: Wed Jul 30, 2025 9:03 pm
I'm having trouble finding information about interacting with the Outline View pane in the desktop version Author.
Is it possible to interact with that panel using the Java SDK?
I'd like to create a custom action in Java that can do something like simultaneously collapse all the child elements below a certain XML tag in the Author pane, AND apply a filter in the Outline pane to match. For example, collapse all the elements in a DocBook file below <section> and filter the outline to just <section> tags as well.
If that's not possible, perhaps someone knows of an alternative? Is there is a way to synchronize the expand/collapse state in the outline tree with the document tree?
Thanks for any help you can provide!
-Scott
Is it possible to interact with that panel using the Java SDK?
I'd like to create a custom action in Java that can do something like simultaneously collapse all the child elements below a certain XML tag in the Author pane, AND apply a filter in the Outline pane to match. For example, collapse all the elements in a DocBook file below <section> and filter the outline to just <section> tags as well.
If that's not possible, perhaps someone knows of an alternative? Is there is a way to synchronize the expand/collapse state in the outline tree with the document tree?
Thanks for any help you can provide!
-Scott