SE_anno_get_alignment |
Retrieves the annotations alignment.
LONG SE_anno_get_alignment (const SE_ANNO anno, LONG *alignment);
anno | The anno handle |
alignment | A pointer to the alignment of the annotation |
SE_anno_get_alignment returns 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
SE_SUCCESS
SE_INVALID_ANNO_OBJECT
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_SDE_NOT_STARTED