GetTextStyleAt Method (Python)

Returns the bold or italic style of the text in the specified row/column label.

Syntax

SpssLabels.GetTextStyleAt(row,column)

Parameters

row. Row index in the label array

column. Column index in the label array

Returns

Table 1. Text style types
Type Description
SpssClient.SpssTextStyleTypes.SpssTSRegular Regular
SpssClient.SpssTextStyleTypes.SpssTSItalic Italic
SpssClient.SpssTextStyleTypes.SpssTSBold Bold
SpssClient.SpssTextStyleTypes.SpssTSBoldItalic Bold Italic