i-parwrapper.xml /size: 3048 b    last modification: 2021-10-28 13:51
1<?xml version="1.0" encoding="UTF-8"?>
2
3<?context-directive job ctxfile x-setups.ctx ?>
4
5<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">
6
7    <cd:command name="freezeparagraphproperties" level="system" category="whitespace" file="spac-par.mkxl"/>
8
9    <cd:command name="defrostparagraphproperties" level="system" category="whitespace" file="spac-par.mkxl"/>
10
11    <cd:command name="updateparagraphproperties" level="system" category="whitespace" file="spac-par.mkxl"/>
12
13    <cd:command name="updateparagraphpenalties" level="system" category="whitespace" file="spac-par.mkxl"/>
14
15    <cd:command name="updateparagraphdemerits" level="system" category="whitespace" file="spac-par.mkxl"/>
16
17    <cd:command name="updateparagraphshapes" level="system" category="whitespace" file="spac-par.mkxl"/>
18
19    <cd:command name="setparagraphfreezing" level="system" category="whitespace" file="spac-par.mkxl"/>
20
21    <cd:command name="forgetparagraphfreezing" level="system" category="whitespace" file="spac-par.mkxl"/>
22
23    <cd:command name="registerparwrapper" level="system" category="whitespace" file="spac-par.mkxl">
24        <cd:arguments>
25            <cd:resolve name="argument-name"/>
26            <cd:content/>
27            <cd:content/>
28        </cd:arguments>
29    </cd:command>
30
31    <cd:command name="registerparwrapperreverse" level="system" category="whitespace" file="spac-par.mkxl">
32        <cd:arguments>
33            <cd:resolve name="argument-name"/>
34            <cd:content/>
35            <cd:content/>
36        </cd:arguments>
37    </cd:command>
38
39    <cd:command name="directparwrapper" level="system" category="whitespace" file="spac-par.mkxl">
40        <cd:arguments>
41            <cd:content/>
42            <cd:content/>
43        </cd:arguments>
44    </cd:command>
45
46    <cd:command name="forgetparwrapper" level="system" category="whitespace" file="spac-par.mkxl"/>
47
48    <cd:command name="unregisterparwrapper" level="system" category="whitespace" file="spac-par.mkxl">
49        <cd:arguments>
50            <cd:resolve name="argument-name"/>
51        </cd:arguments>
52    </cd:command>
53
54    <cd:command name="doifelseparwrapper" level="system" category="whitespace" file="spac-par.mkxl">
55        <cd:arguments>
56            <cd:resolve name="argument-name"/>
57            <cd:resolve name="argument-true"/>
58            <cd:resolve name="argument-false"/>
59        </cd:arguments>
60    </cd:command>
61
62    <cd:command name="showparwrapperstate" level="system" category="whitespace" file="spac-par.mkxl">
63        <cd:arguments>
64            <cd:resolve name="argument-name"/>
65        </cd:arguments>
66    </cd:command>
67
68    <cd:command name="getparwrapper" level="system" category="whitespace" file="spac-par.lmt">
69        <cd:arguments>
70            <cd:resolve name="argument-name"/>
71        </cd:arguments>
72    </cd:command>
73
74    <cd:command name="lastparwrapper" level="system" category="whitespace" file="spac-par.lmt">
75        <cd:arguments>
76            <cd:resolve name="argument-name"/>
77        </cd:arguments>
78    </cd:command>
79
80</cd:interface>
81