This class is the base class for Hyperlink objects.
Corresponding C++ library: TD_Db
OdDbHyperlink objects contain the following data:
Name |
Description |
Hyperlink Name |
Filename or URL. |
Sublocation |
Named view, range of cells, etc. |
Description |
Display name for a Hyperlink. |
File: DbHyperlink.h
Module: API Reference
Default constructor. Creates a new object of the OdDbHyperlink class. | |
Virtual destructor. Destroys an object of the OdDbHyperlink class and releases all resources that were used by the object. |
This enumeration specifies flags that can be set for a hyperlink object. |
Returns the description associated with this Hyperlink object. | |
Gets flags for this Hyperlink object. | |
Returns the display string associated with this Hyperlink object. | |
| |
Returns true if and only if this Hyperlink object is associated with the outermost container. | |
Returns the name associated with this Hyperlink object. | |
Sets the description associated with this Hyperlink object. | |
Sets flags for this Hyperlink object. | |
Sets the name associated with this Hyperlink object. | |
Sets the sublocation associated with this Hyperlink object. | |
Returns the sublocation associated with this Hyperlink object. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|