poITextAttribute GetVerticalAlignment

Gets the font vertical alignment.

Syntax

poITextAttribute_handle GetVerticalAlignment

Application

HyperView Tcl Query

Description

This command retrieves the font vertical alignment.

Example

To get the vertical 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 GetVerticalAlignment

Errors

Returns the vertical alignment for the text. Options include: "top", "center", and "bottom".