poITextAttribute GetHorizontalAlignment

Gets the text horizontal alignment.

Syntax

poITextAttribute_handle GetHorizontalAlignment

Application

HyperView Tcl Query

Description

This command retrieves the text horizontal alignment.

Example

To get the horizontal text alignment of an existing attribute:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetLegendHandle myLegendName 1
myLegendName GetHeaderAttributeHandle myAttrName
myAttrName GetHorizontalAlignment

Errors

Returns the horizontal alignment for the text. Options include: "left", "right", and "center".