SE_anno_get_justification

Retrieves the annotation’s justification

Usage syntax

LONG SE_anno_get_justification (const SE_ANNO anno, LONG *justification);

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

SE_anno_get_justification returns the typographic alignment of a specific annotation.

The justification is one of the following:

SE_ANNO_UPPER_LEFT   SE_ANNO_UPPER_CENTER    SE_ANNO_UPPER_RIGHT

SE_ANNO_CENTER_LEFT  SE_ANNO_CENTER_CENTER   SE_ANNO_CENTER_RIGHT

SE_ANNO_LOWER_LEFT   SE_ANNO_LOWER_CENTER    SE_ANNO_LOWER_RIGHT

Returns
SE_SUCCESS
SE_INVALID_ANNO_OBJECT

SE_INVALID_POINTER

SE_SDE_NOT_STARTED