OwS Macro Language (OML): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „ ==== OwS Object Language (OOL) Statements ==== ;define :define a new OwS object ;set :set the value of a name…“) |
|||
| Zeile 1: | Zeile 1: | ||
| − | ==== OwS | + | ==== OwS Macro Language (OML) Directives ==== |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | ;[[OwS Style Sheet Directive: OwS.StyleName|''OwS.StyleName'']] | |
| + | :directly may a style sheet onto a property | ||
| − | + | ;[[OwS Style Sheet Directive: heading|''#heading'']] | |
| − | + | :define a concept hierarchy from a Word section hierarchy | |
| − | |||
| − | |||
| − | |||
| − | ;[[OwS | ||
| − | : | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | ;[[OwS Style Sheet Directive: obligation|''#obligation'']] | |
| − | ;[[OwS | + | :perform pre- and/or postprocessing of a defined style sheet |
| − | : | + | |
| − | ;[[OwS | + | ;[[OwS Style Sheet Directive: pattern|''#pattern'']] |
| − | : | + | :perform pattern based text transformations |
| − | ;[[OwS | + | |
| − | : | + | ;[[OwS Style Sheet Directive: table|''#table'' ]] |
| + | :read a concept hierarchy from a table | ||
| + | |||
| + | ;[[OwS Style Sheet Directive: stylemapping|''#stylemapping'' ]] | ||
| + | :control style sheets from sub-headings | ||
| + | |||
| + | ;[[OwS Tokenizer Directive: goto|''#goto ... #return'']] | ||
| + | :control the order in which an OwS document is processed | ||
| + | |||
| + | ;[[OwS Tokenizer Directive: package|''#package ... #endpackage'']] | ||
| + | :define simple procedures | ||
Aktuelle Version vom 5. Oktober 2016, 13:30 Uhr
OwS Macro Language (OML) Directives
- OwS.StyleName
- directly may a style sheet onto a property
- #heading
- define a concept hierarchy from a Word section hierarchy
- #obligation
- perform pre- and/or postprocessing of a defined style sheet
- #pattern
- perform pattern based text transformations
- #table
- read a concept hierarchy from a table
- #stylemapping
- control style sheets from sub-headings
- #goto ... #return
- control the order in which an OwS document is processed
- #package ... #endpackage
- define simple procedures