GetVAlignAt Method (Python)
Returns the vertical alignment of the specified footnote.
Syntax
SpssFootnotes.GetVAlignAt(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.SpssVAlignTypes.SpssVAlTop | Top |
SpssClient.SpssVAlignTypes.SpssVAlBottom | Bottom |
SpssClient.SpssVAlignTypes.SpssVAlCenter | Center |
Note: This method is not available for legacy tables.