SetTextStyleAt Method (Python)
Sets the bold or italic style of the text in the specified row/column label.
Syntax
SpssLabels.SetTextStyleAt(row,column,style)
Parameters
row. Row index in the label array
column. Column index in the label array
| Type | Description |
|---|---|
| SpssClient.SpssTextStyleTypes.SpssTSRegular | Regular |
| SpssClient.SpssTextStyleTypes.SpssTSItalic | Italic |
| SpssClient.SpssTextStyleTypes.SpssTSBold | Bold |
| SpssClient.SpssTextStyleTypes.SpssTSBoldItalic | Bold Italic |