Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


TYPE squared_or_rounded = ENUMERATION (
          squared,
          rounded );
END_TYPE; -- squared_or_rounded

Users

          curve_style_with_ends_and_corners.curve_corners
          curve_style_with_ends_and_corners.curve_ends

public final class ESquared_or_rounded

          static final int SQUARED = 1
          static final int ROUNDED = 2
          static String[] values = {"SQUARED", "ROUNDED"}
          static int toInt(String str)
          static String toString(int value)