Click or drag to resize

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
C#
public enum appendType
Request Example View Source
Members
  Member nameValueDescription
none0
regular1 same as none but regular will not trigger secondary type checks like none does
bypass2 do not escape
italic3
bold4
monospace5
striketrough6
heading7
heading_18
heading_29
heading_310
heading_411
heading_512
heading_613
blockquote14
source15
sourceJS16
sourcePY17
subscript18
superscript19
marked20
squareQuote21
math22
quotation23
section24
paragraph25
footnote26
sourceXML27
sourceCS28
comment29
direct30
toFile31
fromFile32
file33
image34 From file templated: file source path and delivery unit item
label35
panel36
frame37
placeholder38
list39
c_table40 The c table: Table rendering
c_data41 The c data: PropertyCollection pairs
c_pair42 The c pair: key, value, between
c_section43 The c section: title, content, footer
c_link44 The c link> link - url
c_line45 The c line> horizontal line
c_open46 The c open - opens container
c_close47 The c close - closes container
s_palette48 The i palette - switches to pallete
s_alternate49 S - alternating Odd and Even on Normal style
s_normal50 The s normal - turns off the alternating mode
s_zone51 applies zone to cursor: textCursorZone, cursorSubzoneFrame, cursorZoneRole (supported params)
x_directory52 directory operation: create, zip, delete, moveInto, moveOut... dsa_dirOperation, dsa_scopeToNew, dsa_path
x_scopeIn53 The x scope in: set current scope to provided object
x_scopeOut54 The x scope out: set current scope to parent
x_openTool55 Opens external tool
x_save56 The x save - saving file
x_export57 Calls for export of a resource
x_subcontent58 Starts/ends a subcontent session
x_data59 Calls execution context state data to be refreshed
i_dataSource60 Inserts custom PropertyCollection into context data
i_dataInDocument61 Inserts custom document data - if possible
i_document62 The i document: new document
i_page63 The i page: new page
s_style64 The i style: new style definition
i_meta65 The i meta: new meta entry
i_chart66 The i chart: new chart
i_external67 include content from external file.
i_load68 Loads external file and adds it according to dsa_innerAppend: i_document, i_page or simple append
i_log69 The i log:writes to log
i_function70 The i function - inserts function into> field / cell ---
s_width71 Sets width
s_variation72 Sets forcebly current variationRole
x_move73
s_settings74 Applies behaviour settings
attachment75
button76
exe77
See Also