Overview Schemas Index

PRESENTATION_RESOURCE_SCHEMA (jsdai.SPresentation_resource_schema)


ENTITY character_glyph_font_usage;
          character : generic_character_glyph_symbol;
          font : text_font;
END_ENTITY; -- character_glyph_font_usage

Entity data types and their attributes

character_glyph_font_usage
          character: generic_character_glyph_symbol;
          font: text_font;

Users

character_glyph_font_usage

Global rules for this entity data type

          -

public interface ECharacter_glyph_font_usage extends EEntity

character (explicit attribute)

          boolean testCharacter(ECharacter_glyph_font_usage type)
          EGeneric_character_glyph_symbol getCharacter(ECharacter_glyph_font_usage type)
          void setCharacter(ECharacter_glyph_font_usage type, EGeneric_character_glyph_symbol value)
          void unsetCharacter(ECharacter_glyph_font_usage type)

font (explicit attribute)

          boolean testFont(ECharacter_glyph_font_usage type)
          EText_font getFont(ECharacter_glyph_font_usage type)
          void setFont(ECharacter_glyph_font_usage type, EText_font value)
          void unsetFont(ECharacter_glyph_font_usage type)

public class CCharacter_glyph_font_usage implements ECharacter_glyph_font_usage

          static EAttribute attributeCharacter(ECharacter_glyph_font_usage type)
          static int usedinCharacter(ECharacter_glyph_font_usage type, EGeneric_character_glyph_symbol instance, ASdaiModel domain, ACharacter_glyph_font_usage result)
          static EAttribute attributeFont(ECharacter_glyph_font_usage type)
          static int usedinFont(ECharacter_glyph_font_usage type, EText_font instance, ASdaiModel domain, ACharacter_glyph_font_usage result)

public class ACharacter_glyph_font_usage extends AEntity

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