Jump to content

Is it possible to access items/annotations in the Lists panel using python


Jolene Robertson

Recommended Posts

I'm looking to access the annotations inside list items, but not having much luck.

from Spotfire.Dxp.Application import PanelTypeIdentifiers

for panel in Document.ActivePageReference.Panels:

if panel.TypeId == PanelTypeIdentifiers.ListsPanel:

print panel.Title, panel

Result:

Lists

Does anyone know how I go about accessing items inside the object (v7.11)

TIA

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...