forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEPS.xml
More file actions
38 lines (38 loc) · 1.34 KB
/
Copy pathEPS.xml
File metadata and controls
38 lines (38 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<doc>
<legacy_id>1154</legacy_id>
<name>EPS</name>
<type>object</type>
<syntax>
</syntax>
<library></library>
<objects>
</objects>
<synonyms>
</synonyms>
<classification>
<category>Objects Messages</category>
</classification>
<references>
<keyword tag="templateEPS">templateEPS Keyword</keyword>
</references>
<history>
<introduced version="1.0">Added.</introduced>
</history>
<platforms>
<linux/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
</classes>
<security>
</security>
<summary>A <keyword tag="control">control</keyword> that displays <glossary tag="EPS">Encapsulated PostScript</glossary> (<object tag="EPS">EPS</object>).</summary>
<examples>
<example>set the postscript of EPS "Preview" to field "Code"</example>
</examples>
<description>
<p>Use the <b>EPS</b> <glossary tag="object type">object type</glossary> to display a screen preview of a <property tag="postScript">PostScript</property> <keyword tag="file">file</keyword>, or to show <property tag="postScript">PostScript</property> graphics.</p><p/><p><b>Comments:</b></p><p>This object type is supported only on Unix systems with Display PostScript installed.</p><p/><p>An EPS object is contained in a card, group, or background. EPS objects cannot contain other objects.</p><p/>
</description>
</doc>