![]() | InDesign SDK 20.5 |
#include <IExportValidationCmdData.h>

Public Member Functions | |
| virtual void | SetValidateFlags (int32 nValidateFlags)=0 |
| virtual bool16 | ShouldValidate (int32 nFlag)=0 |
| virtual void | SetShowWarnings (int32 nFlags)=0 |
| virtual bool16 | ShowWarning (int32 nFlag)=0 |
| virtual void | SetValidationFailure (int32 nFlag)=0 |
| virtual bool16 | GetValidationFailure (int32 nFlag)=0 |
| virtual void | SetCanceled (int32 nFlag)=0 |
| virtual bool16 | GetCancelled (int32 nFlag)=0 |
| virtual void | SetBleedSize (const PMRect &rectSize)=0 |
| virtual PMRect & | GetBleedSize ()=0 |
| virtual void | SetSpreadsEnabled (bool16 bSpreads)=0 |
| virtual bool16 | SpreadsEnabled ()=0 |
| virtual void | SetOutputPages (IOutputPages *pOutputPages)=0 |
| virtual IOutputPages * | GetOutputPages ()=0 |
| virtual void | SetIterationFlags (int32 nFlags)=0 |
| virtual int32 | GetIterationFlags ()=0 |
| virtual void | SetOmitBitmaps (bool16 b)=0 |
| virtual bool16 | GetOmitBitmaps ()=0 |
| virtual void | SetOmitEPS (bool16 b)=0 |
| virtual bool16 | GetOmitEPS ()=0 |
| virtual void | SetOmitPDF (bool16 b)=0 |
| virtual bool16 | GetOmitPDF ()=0 |
| virtual void | SetFontDownload (int32 nFontDownload)=0 |
| virtual int32 | GetFontDownload ()=0 |
| virtual void | SetIsINDDPage (bool16 b)=0 |
| virtual bool16 | GetIsINDDPage () const =0 |
| virtual void | SetIsBook (bool16 b)=0 |
| virtual bool16 | GetIsBook ()=0 |
| virtual void | SetHasGuidesOrGrids (bool16 b)=0 |
| virtual bool16 | GetHasGuidesOrGrids ()=0 |
| virtual void | OverrideErrorMessage (int32 nValidateFlags, const PMString &strMsg)=0 |
| virtual void | GetErrorMessage (int32 nValidateFlags, PMString &strMsg)=0 |
| virtual void | SetContext (IDocIterationProvider::IterationContext nContext)=0 |
| virtual IDocIterationProvider::IterationContext | GetContext ()=0 |
| virtual void | SetContextSpecificData (IPMUnknown *pData)=0 |
| virtual IPMUnknown * | GetContextSpecificData ()=0 |
| virtual void | SetContextSpecificData2 (IPMUnknown *pData)=0 |
| virtual IPMUnknown * | GetContextSpecificData2 ()=0 |
| virtual void | SetResult (IDocIterationResult *pData)=0 |
| virtual IDocIterationResult * | GetResult ()=0 |
| virtual void | SetInGalleyView (bool16 nFlag)=0 |
| virtual bool16 | GetInGalleyView ()=0 |
| virtual void | SetSupportsTransparency (bool16 bSupported)=0 |
| virtual bool16 | GetSupportsTransparency ()=0 |
| virtual void | SetPDFCompatibilityLevel (int32 pdfVersion)=0 |
| virtual int32 | GetPDFCompatibilityLevel ()=0 |
| virtual void | SetMediaEmbedOption (int32 mediaEmbedOption)=0 |
| virtual int32 | GetMediaEmbedOption ()=0 |
| virtual void | SetPDFOutputColorSpace (int32 colorSpace)=0 |
| virtual int32 | GetPDFOutputColorSpace ()=0 |
| virtual void | SetUseDocumentBleed (bool16 bUseDocBleed)=0 |
| virtual bool16 | GetUseDocumentBleed ()=0 |
| virtual void | SetIncludeSlugArea (bool16 bIncludeSlugArea)=0 |
| virtual bool16 | GetIncludeSlugArea ()=0 |
| virtual void | SetCollectLinks (bool32 collectLinks)=0 |
| virtual bool32 | GetCollectLinks () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Data interface to the export validation command.
Flags used to indicate what types of verification should be performed.
| pure virtual |
Gets the bleed size to be used during validation.
| pure virtual |
Gets whether the specified validation failure should cause further verification to be canceled.
| nFlag | IN One of the validation options from the ValidationFlags enumeration |
| pure virtual |
Gets whether or not to collect page items with links.
| pure virtual |
Gets the document iteration context for the validation.
| pure virtual |
Gets the context specific data to use for the validation.
| pure virtual |
Gets additional context specific data to use for the validation.
| pure virtual |
Gets the error message for the specified validation type.
| nValidateFlags | IN The validation type requested |
| strMsg | OUT The error message for the validation type |
| pure virtual |
Gets the selector for font download while printing.
| pure virtual |
Gets whether have guides or grids.
| pure virtual |
Gets whether to include slug area.
| pure virtual |
Gets whether iteration is for InCopy galley view.
| pure virtual |
Gets whether output is for a book.
| pure virtual |
Gets whether output is for a placed INDD page.
| pure virtual |
Gets the drawing flags to be used while iterating through drawable pageitems.
| pure virtual |
Gets the Embed Media option (PDF only).
| pure virtual |
Gets whether raster images are being omitted for output.
| pure virtual |
Gets whether placed EPS files are being omitted for output.
| pure virtual |
Gets whether placed PDF files are being omitted for output.
| pure virtual |
Gets the output pages to use during validation. The returned pointer is unowned and must not be released by the caller.
| pure virtual |
Gets the PDF compatibility level.
| pure virtual |
Gets the PDF export output colorspace.
| pure virtual |
Gets the results of the iteration. The returned interface is owned by this object and must not be released by the caller.
| pure virtual |
Gets whether transparency is supported in the output scenario.
| pure virtual |
Gets whether to use document bleed.
| pure virtual |
Determines whether the specified type failed validation.
| nFlag | IN One of the validation options from the ValidationFlags enumeration |
| pure virtual |
Overrides error message for the specified validation type.
| nValidateFlags | IN The validation type to override |
| strMsg | IN The new error message for the validation type |
| pure virtual |
Sets the bleed size to be used during validation.
| rectSize | IN The bleed size to use |
| pure virtual |
Sets whether the specified validation failure should cause further verification to be canceled.
| nFlag | IN One of the validation options from the ValidationFlags enumeration |
| pure virtual |
Sets whether or not to collect page items with links.
| collectLinks | [IN]: kTrue to collect page items with links, kFalse otherwise. |
| pure virtual |
Sets the document iteration context for the validation.
| nContext | IN The context to use for the validation |
| pure virtual |
Sets the context specific data to use for the validation.
NOTE: pData is not owned by this interface and must remain valid for the duration of the validation pass.
| pData | IN Context specific data to use for the validation |
| pure virtual |
Sets additional context specific data to use for the validation.
NOTE: pData is not owned by this interface and must remain valid for the duration of the validation pass.
| pData | IN Context specific data to use for the validation |
| pure virtual |
Sets the selector for font download while printing.
| nFontDownload | IN The selector for font download while printing |
| pure virtual |
Sets whether have guides or grids.
| b | IN kTrue if have guides or grids, else kFalse |
| pure virtual |
Sets whether to include slug area.
| bIncludeSlugArea | IN kTrue if should include slug area |
| pure virtual |
Sets whether iteration is for InCopy galley view.
| nFlag | IN kTrue if iteration is for InCopy galley view |
| pure virtual |
Sets whether output is for a book.
| b | IN kTrue if output is for a book, else kFalse |
| pure virtual |
Sets whether the output is for a placed INDD page.
| b | IN kTrue if output is for a palced INDD page, else kFalse |
| pure virtual |
| pure virtual |
Sets the Embed Media option (PDF only).
| mediaEmbedOption | IN The Embed Media option |
| pure virtual |
Sets whether raster images are being omitted for output.
| b | IN kTrue if raster images are being omitted, else kFalse |
| pure virtual |
Sets whether placed EPS files are being omitted for output.
| b | IN kTrue if placed EPS files are being omitted, else kFalse |
| pure virtual |
Sets whether placed PDF files are being omitted for output.
| b | IN kTrue if placed PDF files are being omitted, else kFalse |
| pure virtual |
Sets the output pages to use during validation. Implicitly calls AddRef on the output pages object.
| pOutputPages | IN The output pages to be used for validation |
| pure virtual |
Sets the PDF compatibility level.
| pdfVersion | IN The PDF compatibility level |
| pure virtual |
Sets the PDF export output colorspace.
| colorSpace | IN The PDF export colorspace |
| pure virtual |
Sets the results of the iteration. Implicitly AddRef's the data.
| pData | IN The iteration results |
| pure virtual |
Sets whether warnings should be shown for the specified validation failures.
| nFlags | IN A bitmap of validation options from the ValidationFlags enumeration |
| pure virtual |
Sets whether spreads are enabled.
| bSpreads | IN The new enabled value |
| pure virtual |
Sets whether transparency is supported in the output scenario.
| bSupported | IN kTrue if transparency is supported in the output scenario |
| pure virtual |
Sets whether to use document bleed.
| bUseDocBleed | IN kTrue if should use document bleed |
| pure virtual |
Sets the flags used to determine what validation should be performed.
| nValidateFlags | IN A bitmap of validation options from the ValidationFlags enumeration |
| pure virtual |
Indicates that the specified validation type failed.
| nFlag | IN One of the validation options from the ValidationFlags enumeration |
| pure virtual |
Determines if the specified validation should be performed based on the current validation flags.
| pure virtual |
Determines if a warning should be shown for the specified validation flag.
| pure virtual |
Gets whether spreads are enabled.