You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
A content style can be used to change the behavior of a page, a container or a document. Within one of the standard libraries default content styles are delivered, these can be found in this list.
See also Documents guide. HeaderLast Letter List It is possible to add new content styles. This can be done can be added to this list, see: Content style.Document Content Styles
Content style name Description Extra AddressBlock Paragraph of address lines, e.g., for a letter. Has a fixed place on the page, should be placed in Header or HeaderFirst. AddressLine One line in an address block. Anchor The node with this style is placed in a numbered item, such as chapter or paragraph to create a reference to this item. A second node with the same text and content style link is used to refer to this Anchor node. The content of the node is not shown in the final document. Attribute One attribute-value pair (attribute title and attribute value). Should be placed in AttributeList. AttributeList A list of attribute-value pairs. Has a fixed place on the page, should be placed in Header or HeaderFirst. AttributeTitle The title part of an attribute-value pair. Should be placed in Attribute. AttributeValue The value part of an attribute value pair. Should be placed in Attribute. BackgroundImage A node with this style and an image as its content adds an image as a background of the content item. See also content style Watermark. Body The main content of a document, i.e., excluding page title, TOC, index, etc. Bookmarks Show bookmarks in the final document (PDF only). Add this style to an empty node directly below the document root node. Colophon Text that describes meta information about a document, e.g., author, version, publishing information. Has a fixed place on the page, should be placed in Header or HeaderFirst. ColophonLine A line in a colophon. Column Formats the contained content item into one column on a page. ColumnBreak Forces the end of a column. DocumentTitle Title of the document. Has a fixed place on the page, should be placed in Header or HeaderFirst. EmptyLine An empty vertical space with the height of a text line. Footer Text that is shown at the bottom of every page, except the first page. Used for page numbers etc. FooterFirst Text that is shown at the bottom of the first page. If no content item with FooterFirst is present, the Footer content item is used. FooterLast Text that is shown at the bottom of the last page. If no content item with FooterLast is present, the Footer content item is used. Header Text that is shown at the top of every page, except the first page. Used for page title, etc. HeaderFirst Text that is shown at the top of the first page. If no content item with HeaderFirst is present, the Header content item is used. Text that is shown at the top of the Last page. If no content item with HeaderLast is present, the Header content item is used. Heading1 Highest level of hierarchical paragraphs. Contains Heading1Title for the actual title, and also the text of the paragraphs Heading1Title The title of a heading 1. Heading2 Second level of hierarchical paragraphs. Contains Heading2Title for the actual title, and also the text of the paragraphs. Heading2Title The title of a heading 2. Heading3 Third level of hierarchical paragraphs. Contains Heading3Title for the actual title, and also the text of the paragraphs. Heading3Title The title of a heading 3. Heading4 Fourth level of hierarchical paragraphs. Contains Heading4Title for the actual title, and also the text of the paragraphs. Heading4Title The title of a heading 4. Heading5 Fifth level of hierarchical paragraphs. Contains Heading5Title for the actual title, and also the text of the paragraphs. Heading5Title The title of a heading 5. HorizontalLine Horizontal line over the full width of the containing element. Image Image. KeepTogether Attempt to keep child content items together on one page. This content style will trigger the letter margins. Link Style to be used to create a reference to an Anchor. This style is placed on a node with the anchor node's text in it. The text of this item will be replaced by the reference to the numbered item that contains the Anchor node. An enumerated or bulleted list. ListClosingSign An enumerated or bulleted list. Closes every item with a semicolon ';', and the last item with a period '.'. ListElement One item in an enumerated or bulleted list. Meta Meta information that must show up in the document's xml but not in the final document can be placed in a node with this content style. PageBreak Setting this content style forces a page break. PageNumber Inserts a page number. Paragraph This content style shows a paragraph with a little white space first. PDFA With this content style the pdf is generated as PDF/A1-b compliant pdf. Place it on any node in your document to trigger this feature. Placeholder Give the text a absolute positioning on the page. This positioning is set through a custom presentationstyle. Reference Reference of a document. Parent style for ReferenceTitle and ReferenceValue. ReferenceTitle Title of a reference. Should be placed in a Reference. ReferenceValue Value of a reference. Should be placed in a Reference. Table Table. TableCell Table cell. Should be inserted in a table line. TableFooter The bottom line of a table, used for summations etc. Note that this element is repeated on each page when the table is large. TableHeader The top line of a table, used for column headings etc. Note that this element is repeated on each page when the table is large. TableOfContents Content style that expands into a table of contents. TableOfContents_Footer Text that is shown at the bottom of page showing the table of contents. TableOfContents_Header Header for the page showing the table of contents. TableRow One row in a table, containing "normal" contents, i.e., not column headings or summations. Watermark Adds an image as a background of the page. This style should be used directly after the Body style. See also content style Backgroundimage.
A content style describes the function of a component Library Content style name Description Extra This style renders the direct child containers as tabs where the tab caption is the displayName of the container. It is advised to use this style only for readonly content as validation errors are only shown of the currently active tab. Also, be aware that the fields on all tabs are submitted when the page is submitted, even though the fields are not visible. In the MVC dashboards were always displayed on full screen. This has been changed to be responsive by default. If you desire to have the same behavior you must add the following content style to your page: Content Style Description The content on the page is large (maximum width is 1024 pixels).Page element Content Styles (Angular)
Dashboard dashboard_body This content style indicates the body of the dashboard. (note that this is used in combination with dashboard_header, dashboard_menu and dashboard_footer) Dashboard dashboard_footer This content style indicates the footer of the dashboard. (note that this is used in combination with dashboard_header, dashboard_menu and dashboard_body) Dashboard dashboard_header This content style indicates the header of the dashboard. (note that this is used in combination with dashboard_menu, dashboard_body and dashboard_footer) Dashboard dashboard_menu This content style indicates the menu of the dashboard. (note that this is used in combination with dashboard_header, dashboard_body and dashboard_footer, and requires a sub container with Content style menubar) Dashboard dashboard_row This content style indicates a row. Dashboard dashboard_column1..12 Deprecated. Dashboard column weight 1-12. This is supported as legacy, it is preferable to use the dashboard_column Content Style and the Weight<N> Presentation Style. Dashboard dashboard_column This content style indicates a column in a dashboard_row. Use the Weight<N> Presentation Style to indicate the width relative to the other columns. Dashboard dashboard_widget Renders the content of a widget as a tile. Default breadcrumbcontainer Default content style connected to the container AQ_BreadCrumb. AquimaLibrary menubar Content styling to be used to style a container as a menubar. Should be used within a container with Content Style dashboard_menu. The content style works for buttons and containers containing buttons. AquimaLibrary tabs Page Content Styles (Angular)
Full
For completeness, these are all the possibilities:Library BlueriqTheme Responsive The width of the content on the page is dependent on the width of the window (default). BlueriqTheme Small The content on the page is narrow (maximum width is 512 pixels). BlueriqTheme Medium The content on the page is medium (maximum width is 768 pixels). BlueriqTheme Large BlueriqTheme Full Content on the page should take the full width.