Given this Property of the variable properties acquired in this way
view_settings = current_controller.ViewSettings
property_set=view_settings.getPropertySetInfo()
properties=property_set.getProperties()
How do I access the values.
For example:
(com.sun.star.beans.Property){ Name = (string)"ZoomValue", Handle = (long)0x1b, Type = (type)short, Attributes = (short)0x0 }
These fail :
properties.ZoomValue
properties.getattr('ZoomValue')
properties['ZoomValue']