blob: 64648fd4426d76a0716e6ca46c588cc9ad90bb21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
-- File: PDF_Attribute.cdl
-- -----------------
-- Author: DAUTRY Philippe
-- <fid@fox.paris1.matra-dtv.fr>
---Copyright: MATRA DATAVISION 1997
---Version: 0.0
---History: Version Date Purpose
-- 0.0 Mar 13 1997 Creation
deferred class Attribute from PDF
inherits Persistent from Standard
---Purpose: This class is the persistent equivalent of
-- Attribute from TDF.
is
end Attribute;
|