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

#include <IInCopyInterchangeExportOptionsCmdData.h>

Inheritance diagram for IInCopyInterchangeExportOptionsCmdData:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_IINCOPYINTERCHANGEEXPORTOPTIONSCMDDATA }
 

Public Member Functions

virtual void SetIncludeGraphicProxyData (bool16 includeProxies)=0
 
virtual bool16 IsIncludeGraphicProxyDataSet () const =0
 
virtual bool16 GetIncludeGraphicProxyData () const =0
 
virtual void SetIncludeAllResources (bool16 includeAllResources)=0
 
virtual bool16 IsIncludeAllResourcesSet () const =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

Member Function Documentation

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
    includeAllResourceskTrue 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
includeAllResourceskTrue to force export of all resources , kFalse to only export the resources used by the story.