-- File: PDocStd_XLink.cdl -- -------------- -- Author: DAUTRY Philippe -- ---Copyright: MATRA DATAVISION 1997 ---Version: 0.0 ---History: Version Date Purpose -- 0.0 Sep 17 1997 Creation class XLink from PDocStd inherits Attribute from PDF ---Purpose: This attribute define a persistant external link. uses HAsciiString from PCollection -- raises is Create returns XLink from PDocStd; ---Purpose: Returns an empty persistent external reference. DocumentEntry(me : mutable; aDocEntry : HAsciiString from PCollection); ---Purpose: Sets the field with . DocumentEntry(me) returns HAsciiString from PCollection; ---Purpose: Returns the contents of the field . LabelEntry(me : mutable; aLabEntry : HAsciiString from PCollection); ---Purpose: Sets the field with . LabelEntry(me) returns HAsciiString from PCollection; ---Purpose: Returns the contents of the field . fields myDocEntry : HAsciiString from PCollection; myLabEntry : HAsciiString from PCollection; end XLink from PDocStd;