Overview Schemas Index

TEXT_APPEARANCE_XIM (jsdai.SText_appearance_xim)


TYPE text_alignment_armx = ENUMERATION (
          top_right,
          top_centre,
          top_left,
          centre_right,
          centre_centre,
          centre_left,
          bottom_right,
          bottom_centre,
          bottom_left );
END_TYPE; -- text_alignment_armx

Users

          part_string_template_armx.string_alignment

public final class EText_alignment_armx

          static final int TOP_RIGHT = 1
          static final int TOP_CENTRE = 2
          static final int TOP_LEFT = 3
          static final int CENTRE_RIGHT = 4
          static final int CENTRE_CENTRE = 5
          static final int CENTRE_LEFT = 6
          static final int BOTTOM_RIGHT = 7
          static final int BOTTOM_CENTRE = 8
          static final int BOTTOM_LEFT = 9
          static String[] values = {"TOP_RIGHT", "TOP_CENTRE", "TOP_LEFT", "CENTRE_RIGHT", "CENTRE_CENTRE", "CENTRE_LEFT", "BOTTOM_RIGHT", "BOTTOM_CENTRE", "BOTTOM_LEFT"}
          static int toInt(String str)
          static String toString(int value)