SE_anno_set_justification

Sets the annotation’s justification

Usage syntax

LONG SE_anno_set_justification (SE_ANNO anno, LONG justification);

Parameters
anno The anno handle
justification The justification of the annotation
Description

SE_anno_set_justification sets the justification of a specific annotation.

The justification is one of:

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_PARAM_VALUE

SE_INVALID_POINTER

SE_SDE_NOT_STARTED