Click or drag to resize

ITextAppendContentExtended Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Reporting.interfaces
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public interface ITextAppendContentExtended : ITextAppendContent
Request Example View Source

The ITextAppendContentExtended type exposes the following members.

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