AnnoUISetTextVAlign

#include “BiAnno.h”

BOOL CALLBACK AnnoUISetTextVAlign( INT_PTR pAnno, long lNewVAlign)

Description

This function specifies the vertical text alignment on the selected note or text annotation object, and set up the user interface parameters (mark for saving etc).

Parameters

INT_PTR

PAnno

Annotation handle

Long

lNewVAlign

Flag for vertical text alignment.

Return value

TRUE on success, otherwise FALSE.

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