|
AddressDetailsAppend |
Append a formatted Address with a hyperlink to lookup the Address. |
|
Append |
Append Text. |
|
AppendFormHeading |
Append a Heading and Summary using the same fonts and styles used in finPOWER Connect forms. |
|
AppendFormat |
Append Text and format. |
|
AppendH1 |
Append an h1 Heading. |
|
AppendH2 |
Append an h2 Heading. |
|
AppendH3 |
Append an h3 Heading. |
|
AppendH4 |
Append an h4 Heading. |
|
AppendHeading |
Append a Heading. |
|
AppendLine |
Append Text plus a line separator. |
|
AppendLineFormat |
Append Text plus a line separator and format. |
|
AppendList |
Append a List. |
|
AppendListWithHyperlinks |
Append a List with Hyperlinks. |
|
AppendWikiTextFull |
Append Full Wiki Text. |
|
BlockBegin |
Begin a Block. |
|
BlockEnd |
End a Block. |
|
Clear |
|
|
ColumnBegin |
Begin a column in a Columnar section. |
|
ColumnEnd |
End a column in a Columnar section. |
|
FixedColumnBegin |
Begin a column in a Columnar section. |
|
FixedColumnEnd |
End a column in a Fixed Column section. |
|
FormatError |
Format an Error HTML Template. |
|
FormatHelp |
Format a Help HTML Template. |
|
FormatInfo |
Format an Info HTML Template. |
|
FormatWarning |
Format a Warning HTML Template. |
|
HtmlFinalise |
Append closing 'body' and 'html' tags to support a standalone HTML Page (does nothing if target is not 'Form' or 'Report'). |
|
HtmlHeaderBegin |
Append 'html' and 'head' tags (but not the closing 'head' tag and opening 'body' tab) to support a standalone HTML Page (does nothing if target is not 'Form' or 'Report'). |
|
HtmlHeaderEnd |
Append closing 'head' and opening 'body' tags to support a standalone HTML Page (does nothing if target is not 'Form' or 'Report'). |
|
HtmlHeaderInsertPdfGenerationHints |
Insert meta tags representing hints to finPOWER Connect when converting this page to a PDF document. |
|
HtmlHeaderInsertServiceReportTheme |
Apply a theme for a 'Service Report' type Summary Page. |
|
Initialise |
Initialise this object. |
|
ParseAddressDetails |
Parse Address Details and return HTML of the formatted Address with a hyperlink to lookup the Address. |
|
ParseSummaryTable |
Parse a Summary Table and return the resulting HTML. |
|
ParseSummaryTableInformation |
Parse an 'Information' style Summary Table and return the resulting HTML. |
|
ParseSummaryTableTabularData |
Parse a 'Tabular Data' style Summary Table and return the resulting HTML. |
|
ParseSummaryTables |
Parse a collection of Summary Tables and return the resulting HTML. |
|
ParseWikiTextFull |
Parse Full Wiki Text and return resulting HTML. |
|
ParseWikiTextSimple |
Parse simple Wiki Text and return resulting HTML. |
|
SectionColumnsAddQuickBlock |
Create a Columns Section and adds a single block. |
|
SectionColumnsBegin |
Begin a columnar section. |
|
SectionColumnsEnd |
End a columnar section. |
|
SectionFixedColumnsBegin |
Begin a Fixed Columns section, i.e., where each column is a fixed panel and can therefore scroll independently of other column content. |
|
SectionFixedColumnsEnd |
End a Fixed Columns section. |
|
SummaryTableAppend |
Append a Summary Table. |
|
SummaryTableAppendInformation |
Append an 'Information' style Summary Table. |
|
SummaryTableAppendTabularData |
Append a 'Tabular Data' style Summary Table. |
|
SummaryTablesAppend |
Append a collection of Summary Tables. |
|
ToString |
Retrieve the generated HTML. |