Click or drag to resize

ITextAppendContent Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public interface ITextAppendContent
Request Example View Source

The ITextAppendContent type exposes the following members.

Methods
  NameDescription
Public methodAppend
Appends inline or new line content.
Public methodAppendCite
HTML/XML adds q tag, Table aplies smallText style
Public methodAppendCode(String)
HTML/XML adds q tag, Table aplies smallText style
Public methodAppendCode(String, String)
HTML/XML adds q tag, Table aplies smallText style
Public methodAppendComment
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
Public methodAppendDirect
Direct content injection, bypassing all internal transformations by class implementing ITextRender
Public methodAppendFile
File from sourcepath is copied to outputpath or used as data template if isDataTeplate is true
Public methodAppendFrame
HTML/XML adds
Public methodAppendFromFile
Loads content from sourcepath into renderer [if datakey is none or into data field if specified.
Public methodAppendFunction
Appends the function.
Public methodAppendHeading
HTML/XML builder adds H tag with proper level sufix, on Table it applies style and for H1 and H2
Public methodAppendHorizontalLine
Horizontal line divider.
Public methodAppendImage
Appends the image tag/call.
Public methodAppendLabel
Appends the content with label decoration
Public methodAppendLine
Appends the line.
Public methodAppendLink
Renders link, image or reference
Public methodAppendList
Renders IEnumerable that may contain other IEnumerables
Public methodAppendMath
Inserts mathFormula block
Public methodAppendPair
Renders key-> value pair
Public methodAppendPairs
Appends collection of pairs.
Public methodAppendPanel
Creates panel with content and (optionally) with comp_heading and comp_description as footer.
Public methodAppendParagraph
Appends content wrapped into paragraph tag. Table builders will merge whole line if "fullWidth" is TRUE.
Public methodAppendPlaceholder
Appends string with template placeholder tag {{{ }}} / creates field to call custom property --> for document builder: introduces custom parameter and field
Public methodAppendQuote
HTML/XML adds q tag, Table aplies smallText style
Public methodAppendSection
Creates new section with title and content. Optionally it may contain: additional paragraphs for content and footnote on bottom
Public methodAppendTable
Renders DataTable
Public methodAppendToFile
Saves content to specified path. Path is local to context scope
Top
See Also