GetHAlignAt Method (Python)

Returns the horizontal alignment of the specified footnote.

Syntax

SpssFootnotes.GetHAlignAt(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

Table 1. Horizontal alignment types
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.