Format.Title |
This template takes care of all the details involved in formatting a title block.
Parameters:
|
Format.FigureTitle |
This template takes care of all the details involved in formatting a figure title block.
Parameters:
|
Format.OutputTextArea |
Formats parameter information returned from a text area control that can contain HTML tags. If there is no HTML prefix, then line breaks are inserted.
Parameters:
|
Format.EnabledStatus |
Shows the enabled image if the value is True. The disabled image shows only when the show Disabled parameter is set to True. Parameters:
-
value - Enabled, True/False.
-
showDisabled - Set to True if the disabled image should show when the value is False. The default value is False.
|
Format.Chechbox |
Shows a check box image if the value is True, or an empty check box image otherwise.
Parameters:
-
value - Checked, True/False.
-
default - Default value if "", False, or some other value other than True exists. The default value is False.
|
Format.PropertyRow |
Shows a table property row with two columns, one for the name and one for the value.
Parameters:
-
propertyName - The property name.
-
propertyValue - The property value.
-
border - Border used for the table. The default value is 0.5pt solid black.
-
disable-output-escaping - Disables output escaping on the output value, so you can pass escaped FO content. The default value is False.
-
showEmpty - Show empty values. The default value is False.
|
Format.ContextRow |
Shows a contextual row with related attribute. Use this inside a table.
Parameters:
-
text - Text to display.
-
level - Level or indent. The default value is 1.
-
href - Href value to link to another portion of the document.
-
image - Image to show as a bullet. The auto value tries to determine an image based on the current element.
-
show-page-ref - Show page reference; True/False. The default value is True.
|
Format.ShowBulletImage |
Show a bullet image.
Parameters:
|
Format.XMLFigure |
This template takes care of all the details involved in formatting a figure that shows XML content.
Parameters:
-
title - Title text.
-
description - Description text.
-
xml - XML data to show in the figure in text. You can also use a "." to get the current node and children.
-
simple-format - If True, this shows the XML without text selecting. This can also be preferred if name space attributes need to be included or if the XML is not well-formed. The default value is False.
|
match "node()" mode "xml-to-text" |
XML-to-text formatting function.
Parameters:
|
match "@*" mode "xml-to-text" |
XML-to-text formatting function.
Parameters:
|
match "text()" mode "xml-to-text" |
XML-to-text formatting function. |
match "comment()" mode "xml-to-text" |
XML-to-text formatting function.
Parameters:
|
Format.ImageFigure |
Formats a figure that shows an image for its content.
Parameters:
|
Format.PageBreak |
Inserts a page break. |
Format.BasicLink |
Creates a basic link to the given href using the given text. If the href is empty, it only outputs the text value.
Parameters:
-
text - Link text
-
href - Link href
|
Format.BasicLinkToReferencedItem |
Creates a basic link to the XSI referenced item. This uses the @guid attribute to build the link. If no @guid is available, only the text label is rendered.
Parameters:
|
Format.Uppercase |
Used to convert a string to uppercase text.
Parameters:
|
Format.SmartSpace |
Used to convert a string to smart-spaced text.
Parameters:
|
Format.OutputDebugParameters |
Outputs the debug parameters for a section when the DEBUG_PARAMS attribute is enabled. |
Format.Debug |
Outputs the specified text in a debug format when the DEBUG attribute is enabled.
Parameters:
|