Overview Schemas Index

PRESENTATION_RESOURCE_SCHEMA (jsdai.SPresentation_resource_schema)


ENTITY text_font;
          id : identifier;
          name : label;
          description : text;
INVERSE
          glyphs : SET [1:?] OF character_glyph_font_usage FOR font;
END_ENTITY; -- text_font

Entity data types and their attributes

text_font
          id: identifier;
          name: label;
          description: text;
          (INV) glyphs: SET [1:?] OF character_glyph_font_usage FOR font;

Users

text_font
          character_glyph_font_usage.font
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          text_font_in_family.font
          text_literal.font
                    font_select

Global rules for this entity data type

          -

public interface EText_font extends EEntity

id (explicit attribute)

          boolean testId(EText_font type)
          String getId(EText_font type)
          void setId(EText_font type, String value)
          void unsetId(EText_font type)

name (explicit attribute)

          boolean testName(EText_font type)
          String getName(EText_font type)
          void setName(EText_font type, String value)
          void unsetName(EText_font type)

description (explicit attribute)

          boolean testDescription(EText_font type)
          String getDescription(EText_font type)
          void setDescription(EText_font type, String value)
          void unsetDescription(EText_font type)

glyphs (inverse attribute)

          ACharacter_glyph_font_usage getGlyphs(EText_font type, ASdaiModel domain)

public class CText_font implements EText_font

          static EAttribute attributeId(EText_font type)
          static EAttribute attributeName(EText_font type)
          static EAttribute attributeDescription(EText_font type)
          static EAttribute attributeGlyphs(EText_font type)

public class AText_font extends AEntity

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