#include <IInCopyInterchangeExportOptionsCmdData.h>
|
| enum | { kDefaultIID = IID_IINCOPYINTERCHANGEEXPORTOPTIONSCMDDATA } |
| |
| virtual bool16 IInCopyInterchangeExportOptionsCmdData::GetIncludeAllResources | ( | | ) | const |
| pure virtual |
Returns kTrue if resources of interest to InCopy (such as fonts, styles and swatches) should be forced to export, kFalse to only export resources used by the story.
- Precondition
- IsIncludeAllResourcesSet returns kTrue
| virtual bool16 IInCopyInterchangeExportOptionsCmdData::GetIncludeGraphicProxyData | ( | | ) | const |
| pure virtual |
Returns kTrue if graphic proxy data is included, kFalse otherwise.
- Precondition
- IsIncludeGraphicProxyDataSet returns kTrue
| virtual bool16 IInCopyInterchangeExportOptionsCmdData::IsIncludeAllResourcesSet | ( | | ) | const |
| pure virtual |
Returns kTrue if SetIncludeAllResources has been called and the command should set this option, kFalse otherwise.
| virtual bool16 IInCopyInterchangeExportOptionsCmdData::IsIncludeGraphicProxyDataSet | ( | | ) | const |
| pure virtual |
Returns kTrue if SetIncludeGraphicProxyData has been called and the command should set this option, kFalse otherwise.
| virtual void IInCopyInterchangeExportOptionsCmdData::SetIncludeAllResources | ( | bool16 | includeAllResources | ) | |
| pure virtual |
Specifies whether all resources of interest to InCopy (such as fonts, styles and swatches) should be forced to export
- only call this function if you want the command to set this option.
- Parameters
| includeAllResources | kTrue to force export of all resources , kFalse to only export the resources used by the story. |
| virtual void IInCopyInterchangeExportOptionsCmdData::SetIncludeGraphicProxyData | ( | bool16 | includeProxies | ) | |
| pure virtual |
Specifies whether graphic proxy data is included - only call this function if you want the command to set this option.
- Parameters
| includeAllResources | kTrue to force export of all resources , kFalse to only export the resources used by the story. |