You are viewing the documentation for Blueriq 14. Documentation for other versions is available in our documentation directory.

Table of contents

It is possible to put presentations style on various elements, e.g. containers, buttons, attributes, etc. A presentation style changes the manner in which the content is presented to the user. It does not change the content itself, or the structure of the page. A good example is emphasizing a piece of text. For this the TextEmphasis presentation can be used. This presentation style shows the intent of the business engineer, and the styling can react to this by for example making the text bold. On a project you may decide to not only make the piece of text bold, but also change the font size and color for creating the emphasis. By using such presentation styles, a consistent way of presenting content through-out the application is achieved.

Presentation Styles are not meant to be combined with each other. A style should unambiguously indicate how an element should be presented. Multiple presentation styles would easily conflict each other.

Note that some presentation styles are for interaction and domain elements, the other (larger) part for documents.



  • No labels

2 Comments

  1. Unknown User (l.van.laarhoven)

    What's the difference between 'Underline' and the previous mentioned TextUnderlined'? In the latest version of the AquimaPresentationStyles library these three (Underline, Bold and Italic) aren't available

    1. Unknown User (m.schadd)

      Unknown User (l.van.laarhoven) In version 10 we wanted 1 presentation style that works for both documents and pages. Therefore the styles are moved to the AquimaLibrary. We apparently missed the TextUnderlined presentation style, both in the refactor and in this documentation. I will update the documentation now.