ITextAppendContent Methods |
The ITextAppendContent type exposes the following members.
| Name | Description | |
|---|---|---|
| Append |
Appends inline or new line content.
| |
| AppendCite |
HTML/XML adds q tag, Table aplies smallText style
| |
| AppendCode(String) |
HTML/XML adds q tag, Table aplies smallText style
| |
| AppendCode(String, String) |
HTML/XML adds q tag, Table aplies smallText style
| |
| 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
| |
| AppendDirect |
Direct content injection, bypassing all internal transformations by class implementing ITextRender | |
| AppendFile |
File from sourcepath is copied to outputpath or used as data template if isDataTeplate is true
| |
| AppendFrame |
HTML/XML adds | |
| AppendFromFile | ||
| AppendFunction |
Appends the function.
| |
| AppendHeading |
HTML/XML builder adds H tag with proper level sufix, on Table it applies style and for H1 and H2
| |
| AppendHorizontalLine |
Horizontal line divider.
| |
| AppendImage |
Appends the image tag/call.
| |
| AppendLabel |
Appends the content with label decoration
| |
| AppendLine |
Appends the line.
| |
| AppendLink |
Renders link, image or reference
| |
| AppendList |
Renders IEnumerable that may contain other IEnumerables
| |
| AppendMath |
Inserts mathFormula block
| |
| AppendPair |
Renders key-> value pair
| |
| AppendPairs |
Appends collection of pairs.
| |
| AppendPanel |
Creates panel with content and (optionally) with comp_heading and comp_description as footer.
| |
| AppendParagraph |
Appends content wrapped into paragraph tag. Table builders will merge whole line if "fullWidth" is TRUE.
| |
| AppendPlaceholder |
Appends string with template placeholder tag {{{ }}} / creates field to call custom property --> for document builder: introduces custom parameter and field
| |
| AppendQuote |
HTML/XML adds q tag, Table aplies smallText style
| |
| AppendSection |
Creates new section with title and content. Optionally it may contain: additional paragraphs for content and footnote on bottom
| |
| AppendTable |
Renders DataTable
| |
| AppendToFile |
Saves content to specified path. Path is local to context scope
|