ITextAppendContentExtended Interface |
Namespace: imbSCI.Reporting.interfaces
The ITextAppendContentExtended type exposes the following members.
| Name | Description | |
|---|---|---|
| Append |
Appends inline or new line content.
(Inherited from ITextAppendContent.) | |
| AppendButton | ||
| AppendChart | ||
| AppendCite |
HTML/XML adds q tag, Table aplies smallText style
(Inherited from ITextAppendContent.) | |
| AppendCode(String) |
HTML/XML adds q tag, Table aplies smallText style
(Inherited from ITextAppendContent.) | |
| AppendCode(String, String) |
HTML/XML adds q tag, Table aplies smallText style
(Inherited from ITextAppendContent.) | |
| AppendComment |
On HTML/XML builder adds invisible comment tag, on Table builder it adds comment to the current cell, on Document builder it adds pop-up comment on aplicable way
(Inherited from ITextAppendContent.) | |
| AppendDirect |
Direct content injection, bypassing all internal transformations by class implementing ITextRender (Inherited from ITextAppendContent.) | |
| AppendExe(IExeAppend) |
Appends the executable.
| |
| AppendExeT |
Appends the executable.
| |
| AppendFile |
File from sourcepath is copied to outputpath or used as data template if isDataTeplate is true
(Inherited from ITextAppendContent.) | |
| AppendFrame |
HTML/XML adds (Inherited from ITextAppendContent.) | |
| AppendFromFile | (Inherited from ITextAppendContent.) | |
| AppendFunction |
Appends the function.
(Inherited from ITextAppendContent.) | |
| AppendHeading |
HTML/XML builder adds H tag with proper level sufix, on Table it applies style and for H1 and H2
(Inherited from ITextAppendContent.) | |
| AppendHorizontalLine |
Horizontal line divider.
(Inherited from ITextAppendContent.) | |
| AppendImage |
Appends the image tag/call.
(Inherited from ITextAppendContent.) | |
| AppendLabel |
Appends the content with label decoration
(Inherited from ITextAppendContent.) | |
| AppendLine |
Appends the line.
(Inherited from ITextAppendContent.) | |
| AppendLink |
Renders link, image or reference
(Inherited from ITextAppendContent.) | |
| AppendList |
Renders IEnumerable that may contain other IEnumerables
(Inherited from ITextAppendContent.) | |
| AppendMath |
Inserts mathFormula block
(Inherited from ITextAppendContent.) | |
| AppendPair |
Renders key-> value pair
(Inherited from ITextAppendContent.) | |
| AppendPairs |
Appends collection of pairs.
(Inherited from ITextAppendContent.) | |
| AppendPanel |
Creates panel with content and (optionally) with comp_heading and comp_description as footer.
(Inherited from ITextAppendContent.) | |
| AppendParagraph |
Appends content wrapped into paragraph tag. Table builders will merge whole line if "fullWidth" is TRUE.
(Inherited from ITextAppendContent.) | |
| AppendPlaceholder |
Appends string with template placeholder tag {{{ }}} / creates field to call custom property --> for document builder: introduces custom parameter and field
(Inherited from ITextAppendContent.) | |
| AppendQuote |
HTML/XML adds q tag, Table aplies smallText style
(Inherited from ITextAppendContent.) | |
| AppendSection |
Creates new section with title and content. Optionally it may contain: additional paragraphs for content and footnote on bottom
(Inherited from ITextAppendContent.) | |
| AppendTable |
Renders DataTable
(Inherited from ITextAppendContent.) | |
| AppendToFile |
Saves content to specified path. Path is local to context scope
(Inherited from ITextAppendContent.) | |
| Attachment(FileInfo, String, bootstrap_color, bootstrap_size) | ||
| Attachment(DataTable, dataTableExportEnum, String, bootstrap_color, bootstrap_size) | ||
| Attachment(String, String, String, bootstrap_color, bootstrap_size) | ||
| close | ||
| nextTabLevel | ||
| open | ||
| prevTabLevel | ||
| rootTabLevel |
| Name | Description | |
|---|---|---|
| AppendMacroDataTableBlock |
Shows first rowLimit and provides exported versions
(Defined by docScriptAppendExtensions.) | |
| AppendMacroDownload |
Appends the macro download.
(Defined by docScriptAppendExtensions.) | |
| AppendMacroLegend |
Appends the macro legend.
(Defined by docScriptAppendExtensions.) | |
| AppendMacroRecordLogFileBlock |
Shows first rowLimit and provides exported versions
(Defined by docScriptAppendExtensions.) | |
| AppendMacroSimpleTable |
Appends the macro simple table.
(Defined by docScriptAppendExtensions.) |