GetTypeString Method (Python)
Returns the type string of this output item. The returned value is not translated.
Syntax
SpssOutputItem.GetTypeString()
Returns
Returns one of the following strings: "Chart", "Log", "Notes", "Table", "Text", "Warning", "Title", "PageTitle", "TreeDiagram", "Model".
Notes
- Standard charts, graphboard charts, and R graphics
all have the type string 'Chart'. To distinguish between these chart
types, use the SPSSSubtype method on the associated
SpssChartItem
object. - Lightweight Notes items, lightweight Pivot Table items, and lightweight Warnings items created in release 19 will have the type strings Notes, Table, and Warning respectively when accessed in release 20 or higher.