GetTextStyleAt Method (Python)
Returns the bold or italic style of the text for specified footnote.
Syntax
SpssFootnotes.GetTextStyleAt(index)
Parameters
index. Index of the footnote
The index of a footnote does not correspond to the footnote marker but to the order of their references in the table.
Returns
Type | Description |
---|---|
SpssClient.SpssTextStyleTypes.SpssTSRegular | Regular |
SpssClient.SpssTextStyleTypes.SpssTSItalic | Italic |
SpssClient.SpssTextStyleTypes.SpssTSBold | Bold |
SpssClient.SpssTextStyleTypes.SpssTSBoldItalic | Bold Italic |