 | appendType Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Instruction set for IDocumentRender, ITextRender and IRender report rendering engines
Namespace:
imbSCI.Data.enums.appends
Assembly:
imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
Members|
| Member name | Value | Description |
|---|
| none | 0 | |
| regular | 1 |
same as none but regular will not trigger secondary type checks like none does
|
| bypass | 2 |
do not escape
|
| italic | 3 | |
| bold | 4 | |
| monospace | 5 | |
| striketrough | 6 | |
| heading | 7 | |
| heading_1 | 8 | |
| heading_2 | 9 | |
| heading_3 | 10 | |
| heading_4 | 11 | |
| heading_5 | 12 | |
| heading_6 | 13 | |
| blockquote | 14 | |
| source | 15 | |
| sourceJS | 16 | |
| sourcePY | 17 | |
| subscript | 18 | |
| superscript | 19 | |
| marked | 20 | |
| squareQuote | 21 | |
| math | 22 | |
| quotation | 23 | |
| section | 24 | |
| paragraph | 25 | |
| footnote | 26 | |
| sourceXML | 27 | |
| sourceCS | 28 | |
| comment | 29 | |
| direct | 30 | |
| toFile | 31 | |
| fromFile | 32 | |
| file | 33 | |
| image | 34 |
From file templated: file source path and delivery unit item
|
| label | 35 | |
| panel | 36 | |
| frame | 37 | |
| placeholder | 38 | |
| list | 39 | |
| c_table | 40 |
The c table: Table rendering
|
| c_data | 41 |
The c data: PropertyCollection pairs
|
| c_pair | 42 |
The c pair: key, value, between
|
| c_section | 43 |
The c section: title, content, footer
|
| c_link | 44 |
The c link> link - url
|
| c_line | 45 |
The c line> horizontal line
|
| c_open | 46 |
The c open - opens container
|
| c_close | 47 |
The c close - closes container
|
| s_palette | 48 |
The i palette - switches to pallete
|
| s_alternate | 49 |
S - alternating Odd and Even on Normal style
|
| s_normal | 50 |
The s normal - turns off the alternating mode
|
| s_zone | 51 |
applies zone to cursor: textCursorZone, cursorSubzoneFrame, cursorZoneRole (supported params)
|
| x_directory | 52 |
directory operation: create, zip, delete, moveInto, moveOut... dsa_dirOperation, dsa_scopeToNew, dsa_path
|
| x_scopeIn | 53 |
The x scope in: set current scope to provided object
|
| x_scopeOut | 54 |
The x scope out: set current scope to parent
|
| x_openTool | 55 |
Opens external tool
|
| x_save | 56 |
The x save - saving file
|
| x_export | 57 |
Calls for export of a resource
|
| x_subcontent | 58 |
Starts/ends a subcontent session
|
| x_data | 59 |
Calls execution context state data to be refreshed
|
| i_dataSource | 60 |
Inserts custom PropertyCollection into context data
|
| i_dataInDocument | 61 |
Inserts custom document data - if possible
|
| i_document | 62 |
The i document: new document
|
| i_page | 63 |
The i page: new page
|
| s_style | 64 |
The i style: new style definition
|
| i_meta | 65 |
The i meta: new meta entry
|
| i_chart | 66 |
The i chart: new chart
|
| i_external | 67 |
include content from external file.
|
| i_load | 68 |
Loads external file and adds it according to dsa_innerAppend: i_document, i_page or simple append
|
| i_log | 69 |
The i log:writes to log
|
| i_function | 70 |
The i function - inserts function into> field / cell ---
|
| s_width | 71 |
Sets width
|
| s_variation | 72 |
Sets forcebly current variationRole
|
| x_move | 73 | |
| s_settings | 74 |
Applies behaviour settings
|
| attachment | 75 | |
| button | 76 | |
| exe | 77 | |
See Also