i-javascript.xml /size: 1742 b    last modification: 2020-07-01 14:35
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="JScode" type="environment" level="system" category="pdf" file="java-ini.mkiv">
8        <cd:arguments>
9            <cd:resolve name="string-name"/>
10            <cd:keywords delimiters="none">
11                <cd:constant type="uses"/>
12            </cd:keywords>
13            <cd:resolve name="string-name"/>
14        </cd:arguments>
15    </cd:command>
16
17    <cd:command name="JSpreamble" type="environment" level="system" category="pdf" file="java-ini.mkiv">
18        <cd:arguments>
19            <cd:resolve name="string-name"/>
20            <cd:keywords delimiters="none">
21                <cd:constant type="used"/>
22            </cd:keywords>
23            <cd:keywords delimiters="none">
24                <cd:constant type="now"/>
25                <cd:constant type="later"/>
26            </cd:keywords>
27        </cd:arguments>
28    </cd:command>
29
30    <cd:command name="setJSpreamble" level="system" category="pdf" file="java-ini.mkiv">
31        <cd:arguments>
32            <cd:resolve name="argument-name"/>
33            <cd:content/>
34        </cd:arguments>
35    </cd:command>
36
37    <cd:command name="addtoJSpreamble" level="system" category="pdf" file="java-ini.mkiv">
38        <cd:arguments>
39            <cd:resolve name="argument-name"/>
40            <cd:content/>
41        </cd:arguments>
42    </cd:command>
43
44    <cd:command name="useJSscripts" level="style" category="pdf" file="java-ini.mkiv">
45        <cd:arguments>
46            <cd:resolve name="keyword-file"/>
47            <cd:resolve name="keyword-name-list-optional"/>
48        </cd:arguments>
49    </cd:command>
50
51</cd:interface>
52