Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY text_style_with_spacing
          SUBTYPE OF (text_style);
          character_spacing : character_spacing_select;
END_ENTITY; -- text_style_with_spacing

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
text_style
          name: label;
          character_appearance: character_style_select;
text_style_with_spacing
          character_spacing: character_spacing_select;

Complex entities

          text_style_with_box_characteristics$text_style_with_justification$text_style_with_mirror$text_style_with_spacing (PRESENTATION_APPEARANCE_SCHEMA)

Users

founded_item
          founded_item.users
                    founded_item_select
text_style
          presentation_style_assignment.styles
                    presentation_style_select
text_style_with_spacing

Global rules for this entity data type

          -

public interface EText_style_with_spacing extends EText_style

character_spacing (explicit attribute)

          int testCharacter_spacing(EText_style_with_spacing type)
          case 1
              EEntity getCharacter_spacing(EText_style_with_spacing type)
              void setCharacter_spacing(EText_style_with_spacing type, EEntity value, EEntity node1)
          case sCharacter_spacingLength_measure:
              double getCharacter_spacing(EText_style_with_spacing type, ELength_measure node1)
              void setCharacter_spacing(EText_style_with_spacing type, double value, ELength_measure node1)
          case sCharacter_spacingRatio_measure:
              double getCharacter_spacing(EText_style_with_spacing type, ERatio_measure node1)
              void setCharacter_spacing(EText_style_with_spacing type, double value, ERatio_measure node1)
          case sCharacter_spacingDescriptive_measure:
              String getCharacter_spacing(EText_style_with_spacing type, EDescriptive_measure node1)
              void setCharacter_spacing(EText_style_with_spacing type, String value, EDescriptive_measure node1)
          void unsetCharacter_spacing(EText_style_with_spacing type)

public class CText_style_with_spacing implements EText_style_with_spacing

          static EAttribute attributeCharacter_spacing(EText_style_with_spacing type)
          static int usedinCharacter_spacing(EText_style_with_spacing type, EEntity instance, ASdaiModel domain, AText_style_with_spacing result)

public class AText_style_with_spacing extends AEntity

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