Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


TYPE shading_curve_method = ENUMERATION (
          constant_colour,
          linear_colour );
END_TYPE; -- shading_curve_method

Users

          curve_style_rendering.rendering_method

public final class EShading_curve_method

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