#include <IInCopyImportOptions.h>
|
| enum | { kDefaultIID = IID_IINCOPYIMPORTOPTIONS } |
| |
Class IInCopyImportOptions
This class is used to control the import of various elements that might exist in an InCopy file.
By setting ImportStyleTable(), ImportSwatchList() or ImportXMLTagList() to kFalse, the InCopy import code will skip the data associated with those elements in the InCopy file.
For more information on usage/purpose of ImportSupport() please see IInCopyImportSupport.h. The IInCopyImportSupport interface provides alternate methods to match style/swatch names that are encountered in the InCopy story but not found in the style/swatch lists.
ImportXMPData() value is ignored by the import code.
| virtual void IInCopyImportOptions::ImportStyleTable | ( | bool16 | importStyleTable | ) | |
| pure virtual |
Get value of import style table flag
- Parameters
| virtual bool16 IInCopyImportOptions::ImportStyleTable | ( | | ) | const |
| pure virtual |
Get value of import style table flag, kTrue to import, kFalse to ignore
- Parameters
- Returns
- bool16
Set the IInCopyImportSupport* value, can be nil
- Parameters
Get the IInCopyImportSupport* value, may be nil
- Parameters
- Returns
- IInCopyImportSupport*
| virtual void IInCopyImportOptions::ImportSwatchList | ( | bool16 | importSwatchList | ) | |
| pure virtual |
Set value of import swatch list flag, kTrue to import, kFalse to ignore
- Parameters
| virtual bool16 IInCopyImportOptions::ImportSwatchList | ( | | ) | const |
| pure virtual |
Get value of import swatch list flag, kTrue to import, kFalse to ignore
- Parameters
- Returns
- bool16
| virtual bool16 IInCopyImportOptions::ImportXMLTagList | ( | | ) | const |
| pure virtual |
Get value of import xml tag list flag, kTrue to import, kFalse to ignore
- Parameters
- Returns
- bool16
| virtual void IInCopyImportOptions::ImportXMPData | ( | bool16 | importXMPData | ) | |
| pure virtual |
Set value of import xmp data flag Not used, always import xmp data if it exists
- Parameters
| importXMPData | kTrue to import, kFalse to ignore |
| virtual bool16 IInCopyImportOptions::ImportXMPData | ( | | ) | const |
| pure virtual |
Get value of import xmp data flag, kTrue to import, kFalse to ignore Not used, always import xmp data if it exists
- Parameters
- Returns
- bool16
| virtual void IInCopyImportOptions::Set | ( | bool16 | importStyleTable, | | | bool16 | importSwatchList, | | | bool16 | importXMPData = kTrue, | | | bool16 | importXMLTagList = kTrue, | | | IInCopyImportSupport * | importSupport = nil | | ) | | |
| pure virtual |
Set method to set the options
- Parameters
| importStyleTable | kTrue to import, kFalse to ignore |
| importSwatchList | kTrue to import, kFalse to ignore |
| importXMPData | Default to kTrue, Not used for version 2.0, always import xmp data |
| importXMLTagList | Default to kTrue, kTrue to import, kFalse to ignore |
| importSupport | Default to nil |