SE_anno_set_alignment

Sets the annotation’s alignment

Usage syntax

LONG SE_anno_set_alignment (SE_ANNO anno, const LONG alignment);

Parameters
anno The anno handle
alignment A pointer to the alignment of the annotation
Description

SE_anno_set_alignment sets the alignment of a specific annotation.

The alignment values are:

   SE_ANNO_ALIGN_DEFAULT
SE_ANNO_ALIGN_LEFT
SE_ANNO_ALIGN_RIGHT
SE_ANNO_ALIGN_CENTER
SE_ANNO_ALIGN_AUTOMATIC

Returns

SE_SUCCESS
SE_INVALID_ANNO_OBJECT

SE_INVALID_POINTER

SE_SDE_NOT_STARTED