i-profile.xml /size: 3862 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="defineprofile" level="style" category="pdf" file="spac-prf.mkvi">
8        <cd:arguments>
9            <cd:resolve name="keyword-name"/>
10            <cd:resolve name="keyword-name-optional"/>
11            <cd:assignments list="yes" optional="yes">
12                <cd:inherit name="setupprofile"/>
13            </cd:assignments>
14        </cd:arguments>
15    </cd:command>
16
17    <cd:command name="setupprofile" level="style" category="pdf" file="spac-prf.mkvi">
18        <cd:arguments>
19            <cd:resolve name="keyword-name-list-optional"/>
20            <cd:assignments list="yes">
21                <cd:parameter name="height">
22                    <cd:constant type="cd:dimension"/>
23                </cd:parameter>
24                <cd:parameter name="depth">
25                    <cd:constant type="cd:dimension"/>
26                </cd:parameter>
27                <cd:parameter name="distance">
28                    <cd:constant type="cd:dimension"/>
29                </cd:parameter>
30                <cd:parameter name="factor">
31                    <cd:constant type="cd:number"/>
32                </cd:parameter>
33                <cd:parameter name="lines">
34                    <cd:constant type="cd:number"/>
35                </cd:parameter>
36                <cd:parameter name="method">
37                    <cd:constant type="strict" default="yes"/>
38                    <cd:constant type="fixed"/>
39                    <cd:constant type="none"/>
40                </cd:parameter>
41            </cd:assignments>
42        </cd:arguments>
43    </cd:command>
44
45    <cd:command name="setprofile" level="system" category="pdf" file="spac-prf.mkvi">
46        <cd:arguments>
47            <cd:keywords>
48                <cd:constant type="none"/>
49                <cd:constant type="fixed"/>
50                <cd:constant type="strict"/>
51                <cd:constant type="halffixed"/>
52                <cd:constant type="quarterfixed"/>
53                <cd:constant type="eightsfixed"/>
54                <cd:constant type="cd:name"/>
55            </cd:keywords>
56        </cd:arguments>
57    </cd:command>
58
59    <cd:command name="resetprofile" level="system" category="pdf" file="spac-prf.mkvi"/>
60
61    <cd:command name="useprofileparameter" level="system" category="pdf" file="spac-prf.mkvi">
62        <cd:arguments>
63            <cd:csname/>
64        </cd:arguments>
65    </cd:command>
66
67    <cd:command name="profiledbox" level="system" category="pdf" file="spac-prf.mkvi">
68        <cd:arguments>
69            <cd:keywords optional="yes">
70                <cd:constant type="none"/>
71                <cd:constant type="fixed"/>
72                <cd:constant type="strict"/>
73                <cd:constant type="halffixed"/>
74                <cd:constant type="quarterfixed"/>
75                <cd:constant type="eightsfixed"/>
76                <cd:constant type="cd:name"/>
77            </cd:keywords>
78            <cd:assignments list="yes" optional="yes">
79                <cd:inherit name="setupprofile"/>
80            </cd:assignments>
81            <cd:content/>
82        </cd:arguments>
83    </cd:command>
84
85    <cd:command name="profilegivenbox" level="system" category="pdf" file="spac-prf.mkvi">
86        <cd:arguments>
87            <cd:keywords delimiters="braces" optional="yes">
88                <cd:constant type="none"/>
89                <cd:constant type="fixed"/>
90                <cd:constant type="strict"/>
91                <cd:constant type="halffixed"/>
92                <cd:constant type="quarterfixed"/>
93                <cd:constant type="eightsfixed"/>
94                <cd:constant type="cd:name"/>
95            </cd:keywords>
96            <cd:resolve name="string-box"/>
97        </cd:arguments>
98    </cd:command>
99
100</cd:interface>
101