You are viewing the documentation for Blueriq 13. Documentation for other versions is available in our documentation directory.
To model a document often presentation styles are needed. Presentation styles change the manner in which the content is presented to the user. A good example is emphasizing a piece of text, which can be done with presentation style TextEmphasis. The following list presents the supported presentation styles.
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.
Blueriq comes with an example project "Documents" that contains a variety of presentation styles divided over three example documents. You can run this project and generate the documents to see the possibilities. When you find presentation styles that you want to use in your own project, you can open the Documents project in the studio to see how to apply them to get the desired effect.
Library | Name | Description | Associated Content Style |
---|---|---|---|
AquimaPresentationStyles | BoxEmpty | An empty rectangular box (tick box). This requires FontAwesome. | |
AquimaPresentationStyles | BoxTicked | A ticked rectangular box (tick box). This requires FontAwesome. | |
AquimaPresentationStyles | Center | Centers the content of the content item. | |
AquimaPresentationStyles | Dotted | Sets horizontal line to show as dots. To be used only with HorizontalLine. | |
AquimaPresentationStyles | Field | Formats the horizontal space that the content item takes with low placed dots. Used for (empty) forms. | |
AquimaPresentationStyles | Heading_No_Heading_Numbering | Removes the numbering of a heading with content style Heading[X] | Heading[X] |
AquimaPresentationStyles | LeftAligned | Left aligns the contents of the content item. | |
AquimaPresentationStyles | LineSpacingExtra | Increases the space between lines in a paragraph | |
AquimaPresentationStyles | ListBullet | Formats a list as a bulleted list. | |
AquimaPresentationStyles | ListCapital | Formats a list with capital letters for enumeration. | |
AquimaPresentationStyles | ListCommaSeperated | Formats a list as a comma separated list. | |
AquimaPresentationStyles | ListDash | Formats a list as a dashed list. | |
AquimaPresentationStyles | ListLetter | Formats a list with letters for enumeration. | |
AquimaPresentationStyles | ListLetterPeriod | Formats a list with letters for enumeration, period at the end. | |
AquimaPresentationStyles | ListNoSign | Formats a list without any sign in front of the items. | |
AquimaPresentationStyles | ListNumber | Formats a list as a numbered list. | |
AquimaPresentationStyles | ListNumberEmphasis | Formats a list as a numbered list with emphasis. | |
AquimaPresentationStyles | ListPlus | Formats a list with plus signs for enumeration. | |
AquimaPresentationStyles | ListPlusMinus | Formats a list with plus-minus signs for enumeration. | |
AquimaPresentationStyles | ListRoman | Formats a list as a roman numbered list. | |
AquimaPresentationStyles | Maintain_Space | Spaces are not ignored | |
AquimaPresentationStyles | NewLine | Forces a new line | |
AquimaPresentationStyles | Page | Shows current page number. | |
AquimaPresentationStyles | PageFromTo | Shows current number and total number of pages. | |
AquimaPresentationStyles | PageTo | Shows total number of pages. | |
AquimaPresentationStyles | RightAligned | Right aligns the contents of the content item. | |
AquimaPresentationStyles | Rule_Dashed | Presents a HorizontalLine dashed _ _ _ _ _ | HorizontalLine |
AquimaPresentationStyles | Rule_Dotted | Presents a HorizontalLine dotted .......... | HorizontalLine |
AquimaPresentationStyles | Rule_Double | Presents a HorizontalLine double ======= | HorizontalLine |
AquimaPresentationStyles | Rule_Solid | Presents a HorizontalLine solid _______ | HorizontalLine |
AquimaPresentationStyles | Rule_Groove | Presents a HorizontalLine as groove (3D effect carved, the opposite of ridge). | HorizontalLine |
AquimaPresentationStyles | Rule_Ridge | Presents a HorizontalLine as ridge (3D effect like it is coming out of the page, the opposite of groove). | HorizontalLine |
AquimaPresentationStyles | Table_Brd, TableRow_Brd, TableCell_Brd | Displays a border around the table (unlike _Kdr, which displays borders throughout the whole table). | Table, TableRow, TableCell |
AquimaPresentationStyles | Table_Kdr | Displays borders throughout the whole table (unlike _Brd, which displays a single border for a cell, row or table). | Table |
AquimaPresentationStyles | TableCell_Automatic_Count | Displays a number in eachTableCell with this style, starting with 1 in the first cell and counting automatically. | TableCell |
AquimaPresentationStyles | TableRow_BottomLine | Displays just the bottom line of a tablerow border. | TableRow |
AquimaPresentationStyles | TextAttribute | Style for attributes. | Attribute |
AquimaPresentationStyles | TextChanged | Style for changed text is green and underlined. | |
AquimaPresentationStyles | TextExplanation | Style for explanation text is underlined. | |
AquimaPresentationStyles | TextHeading | Style for a heading text is bold. | |
AquimaPresentationStyles | TextHeadingBig | Style for a big heading text is bold with larger fontsize. | |
AquimaPresentationStyles | TextQuestionHelp | Style for question help text is italic. | |
AquimaPresentationStyles | TextQuestionTitle | Style for question title text is bold. | |
AquimaPresentationStyles | TextRemoved | Style for removed text is red and strikethrough. | |
AquimaPresentationStyles | TextSmall | Style for small text has smaller fontsize. | |
AquimaPresentationStyles | TextStandard | Standard style for text. | |
AquimaPresentationStyles | TextSubscript | Small text placed low. | |
AquimaPresentationStyles | TextSuperscript | Small text placed high. | |
AquimaPresentationStyles | TextTransparent | Text rendered invisible. Typically used to create whitespace that is the same size as other, visible, text. | |
AquimaPresentationStyles | TextUnderlined | Text underlined. Deprecated, consider using the TextEmphasisSubtle presentation style |