SetHAlignAt Method (Python)
Sets the horizontal alignment of the specified footnote.
Syntax
SpssFootnotes.SetHAlignAt(index,alignment)
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.
| Type | Description |
|---|---|
| SpssClient.SpssHAlignTypes.SpssHAlLeft | Left |
| SpssClient.SpssHAlignTypes.SpssHAlRight | Right |
| SpssClient.SpssHAlignTypes.SpssHAlCenter | Center |
| SpssClient.SpssHAlignTypes.SpssHAlMixed | Mixed |
| SpssClient.SpssHAlignTypes.SpssHAlDecimal | Decimal |
Note: This method is not available for legacy tables. You can set the horizontal alignment of all footnotes in a legacy table by selecting all footnotes with the SpssPivotTable.SelectAllFootnotes method and then calling the SpssPivotTable.SetHAlign method.