Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY text_style_with_justification
          SUBTYPE OF (text_style);
          justification : text_justification;
END_ENTITY; -- text_style_with_justification

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_justification
          justification: text_justification;

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_justification

Global rules for this entity data type

          -

public interface EText_style_with_justification extends EText_style

justification (explicit attribute)

          boolean testJustification(EText_style_with_justification type)
          String getJustification(EText_style_with_justification type)
          void setJustification(EText_style_with_justification type, String value)
          void unsetJustification(EText_style_with_justification type)

public class CText_style_with_justification implements EText_style_with_justification

          static EAttribute attributeJustification(EText_style_with_justification type)

public class AText_style_with_justification extends AEntity

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