#include <ILinkPrefs.h>
|
| enum | { kDefaultIID = IID_ILINKPREFS } |
| |
ILinkPrefs is used to store and access preferences that specify the behavior InDesign in regards to links when a document is opened.
- See Also
- ILink
- ILinkResource
| virtual bool16 ILinkPrefs::GetCheckLinksOnOpen | ( | | ) | const |
| pure virtual |
Get the "Check Links Before Opening Document" preference.
| virtual bool16 ILinkPrefs::GetFindMissingLinksOnOpen | ( | | ) | const |
| pure virtual |
Get the "Auto-find Missing Links Before Opening Document" preference.
| virtual void ILinkPrefs::SetCheckLinksOnOpen | ( | bool16 | bCheckLinksOnOpen | ) | |
| pure virtual |
Set the "Check Links Before Opening Document" preference.\ The preference specifies whether the state of a document's links should be updated during the open document operation. If kTrue, all the links in the document will be updated when the document opens. If any links have an out-of-date state, the user will be prompted to update the out-of-date links.
| virtual void ILinkPrefs::SetFindMissingLinksOnOpen | ( | bool16 | bFindMissingLinksOnOpen | ) | |
| pure virtual |
Set the "Auto-find Missing Links Before Opening Document" preference.\ The preference specifies whether InDesign should automatically try to resolve a document's missing links during the open document operation. If kTrue, an attempt will be made to automatically resolve missing links when the document opens. The "Auto-find Missing Links Before Opening Document" preference is ignored if the "Check Links Before Opening Document" is set to kFalse.