Overview Schemas Index

PRESENTATION_DEFINITION_SCHEMA (jsdai.SPresentation_definition_schema)


TYPE text_path = ENUMERATION (
          left,
          right,
          up,
          down );
END_TYPE; -- text_path

Users

          text_literal.path

public final class EText_path

          static final int LEFT = 1
          static final int RIGHT = 2
          static final int UP = 3
          static final int DOWN = 4
          static String[] values = {"LEFT", "RIGHT", "UP", "DOWN"}
          static int toInt(String str)
          static String toString(int value)