GetTextStyleAt Method (Python)
Returns the bold or italic style of the text for the specified layer dimension.
Syntax
SpssLayerLabels.GetTextStyleAt(index)
Parameters
index. Index of the layer dimension
Returns
Type | Description |
---|---|
SpssClient.SpssTextStyleTypes.SpssTSRegular | Regular |
SpssClient.SpssTextStyleTypes.SpssTSItalic | Italic |
SpssClient.SpssTextStyleTypes.SpssTSBold | Bold |
SpssClient.SpssTextStyleTypes.SpssTSBoldItalic | Bold Italic |