AnnoObjSetTextVAlign

#include “BiAnno.h”

void CALLBACK AnnoObjSetTextVAlign( INT_PTR pAnno, long lNewVAlign)

Description

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

Parameters

INT_PTR

PAnno

Annotation handle

Long

lNewVAlign

Flag for vertical text alignment.

Return value

void

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