AnnoObjGetTextVAlign

#include “BiAnno.h”

LONG CALLBACK AnnoObjGetTextVAlign( INT_PTR pAnno )

Description

This function retrieves the vertical text alignment on the selected note or text annotation object.

Parameters

INT_PTR

PAnno

Annotation handle

Return value

The current vertical alignment flag.

Programming Notes

This function works for only note and text annotation objects.

Available vertical text alignment values: TA_TOP, TA_CENTER, TA_BOTTOM

Code Example

None