You are viewing the documentation for Blueriq 17. 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.

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.

LibraryNameDescriptionAssociated Content Style
AquimaPresentationStylesBoxEmptyAn empty rectangular box (tick box). This requires FontAwesome.
AquimaPresentationStylesBoxTickedA ticked rectangular box (tick box). This requires FontAwesome.
AquimaPresentationStylesCenterCenters the content of the content item.
AquimaPresentationStylesDottedSets horizontal line to show as dots. To be used only with HorizontalLine.
AquimaPresentationStylesFieldFormats the horizontal space that the content item takes with low placed dots. Used for (empty) forms.
AquimaPresentationStylesHeading_No_Heading_NumberingRemoves the numbering of a heading with content style Heading[X]Heading[X]
AquimaPresentationStylesLeftAlignedLeft aligns the contents of the content item.
AquimaPresentationStylesLineSpacingExtraIncreases the space between lines in a paragraph
AquimaPresentationStylesListBulletFormats a list as a bulleted list.
AquimaPresentationStylesListCapitalFormats a list with capital letters for enumeration.
AquimaPresentationStylesListCommaSeperatedFormats a list as a comma separated list.
AquimaPresentationStyles

ListDash

Formats a list as a dashed list.
AquimaPresentationStylesListLetterFormats a list with letters for enumeration.
AquimaPresentationStylesListLetterPeriodFormats a list with letters for enumeration, period at the end.
AquimaPresentationStylesListNoSignFormats a list without any sign in front of the items.
AquimaPresentationStylesListNumberFormats a list as a numbered list.
AquimaPresentationStylesListNumberEmphasisFormats a list as a numbered list with emphasis.
AquimaPresentationStylesListPlusFormats a list with plus signs for enumeration.
AquimaPresentationStylesListPlusMinusFormats a list with plus-minus signs for enumeration.
AquimaPresentationStylesListRomanFormats a list as a roman numbered list.
AquimaPresentationStylesMaintain_SpaceSpaces are not ignored
AquimaPresentationStylesNewLineForces a new line
AquimaPresentationStylesPageShows current page number.
AquimaPresentationStylesPageFromToShows current number and total number of pages.
AquimaPresentationStylesPageToShows total number of pages.
AquimaPresentationStylesRightAlignedRight aligns the contents of the content item.
AquimaPresentationStylesRule_DashedPresents a HorizontalLine dashed _ _ _ _ _HorizontalLine
AquimaPresentationStylesRule_DottedPresents a HorizontalLine dotted ..........HorizontalLine
AquimaPresentationStylesRule_Double

Presents a HorizontalLine double =======

HorizontalLine
AquimaPresentationStylesRule_SolidPresents a HorizontalLine solid _______HorizontalLine
AquimaPresentationStylesRule_GroovePresents a HorizontalLine as groove (3D effect carved, the opposite of ridge).HorizontalLine
AquimaPresentationStylesRule_RidgePresents a HorizontalLine as ridge (3D effect like it is coming out of the page, the opposite of groove).HorizontalLine
AquimaPresentationStylesTable_Brd, TableRow_Brd, TableCell_Brd

Displays a border around the table (unlike _Kdr, which displays borders throughout the whole table).

Table, TableRow, TableCell
AquimaPresentationStylesTable_Kdr

Displays borders throughout the whole table (unlike _Brd, which displays a single border for a cell, row or table).

Table
AquimaPresentationStylesTableCell_Automatic_CountDisplays a number in eachTableCell with this style, starting with 1 in the first cell and counting automatically.TableCell
AquimaPresentationStylesTableRow_BottomLineDisplays just the bottom line of a tablerow border.TableRow
AquimaPresentationStylesTextAttributeStyle for attributes.Attribute
AquimaPresentationStylesTextChangedStyle for changed text is green and underlined.
AquimaPresentationStylesTextExplanationStyle for explanation text is underlined.
AquimaPresentationStylesTextHeadingStyle for a heading text is bold.
AquimaPresentationStylesTextHeadingBigStyle for a big heading text is bold with larger fontsize.
AquimaPresentationStylesTextQuestionHelpStyle for question help text is italic.
AquimaPresentationStylesTextQuestionTitleStyle for question title text is bold.
AquimaPresentationStylesTextRemovedStyle for removed text is red and strikethrough.
AquimaPresentationStylesTextSmallStyle for small text has smaller fontsize.
AquimaPresentationStylesTextStandardStandard style for text.
AquimaPresentationStylesTextSubscriptSmall text placed low.
AquimaPresentationStylesTextSuperscriptSmall text placed high.
AquimaPresentationStylesTextTransparentText rendered invisible. Typically used to create whitespace that is the same size as other, visible, text.
AquimaPresentationStylesTextUnderlinedText underlined. Deprecated, consider using the TextEmphasisSubtle presentation style
  • No labels