#include <IAddLinkCmdData.h>
|
| enum | { kDefaultIID = IID_IADDLINKCMDDATA } |
| |
| virtual IDataBase* IAddLinkCmdData::GetDataBase | ( | | ) | |
| pure virtual |
Method to get the stored data base.
- Returns
- the data base.
| virtual IDataLink* IAddLinkCmdData::GetDataLink | ( | | ) | |
| pure virtual |
Method to get the stored data link.
- Returns
- the data link.
| virtual PMString* IAddLinkCmdData::GetFormatName | ( | | ) | |
| pure virtual |
Method to get the stored format name string.
- Returns
- the format name string.
| virtual UID IAddLinkCmdData::GetPageItemUID | ( | | ) | |
| pure virtual |
Method to get the stored page item.
- Returns
- the page item.
Set data to use with a add link command.
- Parameters
| db | is the data base of the document where you are adding the data link. |
| dl | is the data link you are adding. |
| pageItemUID | is the page item to associate with the link. |
| formatName | is optional string descripting the type of data link. This string appears in the Link Information dialog. |