InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IInCopyInterchangeExportOptions Class Referenceabstract

#include <IInCopyInterchangeExportOptions.h>

Inheritance diagram for IInCopyInterchangeExportOptions:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_IINCOPYINTERCHANGEEXPORTOPTIONS }
 

Public Member Functions

virtual void SetIncludeGraphicProxyData (bool16 includeProxies)=0
 
virtual bool16 GetIncludeGraphicProxyData () const =0
 
virtual void SetIncludeAllResources (bool16 includeAllResources)=0
 
virtual bool16 GetIncludeAllResources () const =0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Provides InCopy story interchange export options. Interface on kWorkspaceBoss for 

initial export and on kTextStoryBoss and kSplineItemBoss.

Member Function Documentation

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
includeAllResourceskTrue 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.