#include <IInCopyInterchangeExportOptions.h>
|
| enum | { kDefaultIID = IID_IINCOPYINTERCHANGEEXPORTOPTIONS } |
| |
Provides InCopy story interchange export options. Interface on kWorkspaceBoss for
initial export and on kTextStoryBoss and kSplineItemBoss.
| virtual bool16 IInCopyInterchangeExportOptions::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.
| virtual bool16 IInCopyInterchangeExportOptions::GetIncludeGraphicProxyData | ( | | ) | const |
| pure virtual |
Get method for the include graphic proxy data export option.
- Returns
- bool16 whether graphic proxy data is included.
| virtual void IInCopyInterchangeExportOptions::SetIncludeAllResources | ( | bool16 | includeAllResources | ) | |
| pure virtual |
Specifies whether all resources of interest to InCopy (such as fonts, styles and swatches) should be forced to export.
- Parameters
| includeAllResources | kTrue to force export of all resources , kFalse to only export the resources used by the story. |
| virtual void IInCopyInterchangeExportOptions::SetIncludeGraphicProxyData | ( | bool16 | includeProxies | ) | |
| pure virtual |
Set method to specify whether graphic proxy data should be included when export or not.
- Parameters
| includeProxies- | A flag indicating whether to include graphic proxy data or not. |