 | metaModelTargetEnum Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Enumerates possible targets of Apply/Append/Compose/Construct calls
Namespace:
imbSCI.Core.reporting.style.enums
Assembly:
imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
Members|
| Member name | Value | Description |
|---|
| none | 0 | |
| defaultTarget | 1 |
Targets whatever is predefined as default target on level of IRender implementation class
|
| document | 2 |
The current document
|
| page | 3 |
The current page
|
| scope | 4 |
The current scope
|
| scopeParent | 5 |
The parent of current scope
|
| scopeEachChild | 6 |
Each child of the current scope
|
| scopeChild | 7 |
a child element of the current scope, needs key/id param
|
| scopeRelativePath | 8 |
Any metaContent element existing on a path, relative to scope. Supports apsolute paths too
|
| pencil | 9 |
Area pointed by cursor.pencil |
| lastAppend | 10 |
The last append line/segment/section/node/cell
|
| nextAppend | 11 |
It will be applied after next append call
|
| setStandard | 12 |
Set it to standard (for this render instance
|
| unsetStandard | 13 |
Unset the standard config of this render instance
|
| setNamedStandard | 14 |
The set named standard - defines a preset on styleTheme level, globally accessable by any render |
| unsetNamedStandard | 15 |
The deletes a named standard defined as preset on styleTheme level
|
| asAppend | 16 |
Appends content representing configuration/settings/data used by targeting.
|
Remarks
Primarly created for ApplyStyle() method of IDocumentRender implementations
See Also