To conclude the section on hyperlinks, here is the hierarchy of link target classes:
Class | Description | ||
---|---|---|---|
C1LinkTarget | The base class for the whole hierarchy. | ||
C1LinkTargetAnchor | Describes a target which is an anchor in the current document. | ||
C1LinkTargetExternalAnchor | Describes a target which is an anchor in a different document. | ||
C1LinkTargetDocumentLocation | Describes a target which is a render object. | ||
C1LinkTargetFile | Describes a target which is an external file to be opened by the OS shell. | ||
C1LinkTargetPage | Describes a target which is a page in the current document. | ||
C1LinkTargetUser | Describes a target which invokes a user event handler on the C1PreviewPane. | ||