Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY text_style_for_defined_font;
          text_colour : colour;
END_ENTITY; -- text_style_for_defined_font

Entity data types and their attributes

text_style_for_defined_font
          text_colour: colour;

Users

text_style_for_defined_font
          text_style.character_appearance
                    character_style_select

Global rules for this entity data type

          dependent_instantiable_text_style_for_defined_font (AUTOMOTIVE_DESIGN)

public interface EText_style_for_defined_font extends EEntity

text_colour (explicit attribute)

          boolean testText_colour(EText_style_for_defined_font type)
          EColour getText_colour(EText_style_for_defined_font type)
          void setText_colour(EText_style_for_defined_font type, EColour value)
          void unsetText_colour(EText_style_for_defined_font type)

public class CText_style_for_defined_font implements EText_style_for_defined_font

          static EAttribute attributeText_colour(EText_style_for_defined_font type)
          static int usedinText_colour(EText_style_for_defined_font type, EColour instance, ASdaiModel domain, AText_style_for_defined_font result)

public class AText_style_for_defined_font extends AEntity

          public EText_style_for_defined_font getByIndex(int index)
          public EText_style_for_defined_font getCurrentMember(SdaiIterator it)