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

#include <ISetContourWrapCmdData.h>

Inheritance diagram for ISetContourWrapCmdData:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ISETCONTOURWRAPCMDDATA }
 

Public Member Functions

virtual void Init (IStandOffContourWrapSettings::ContourWrapType type, int16 pathOrAlphaIndex, PMReal Tolerance, uint8 Threshold, bool8 AllowHoles)=0
 
virtual
IStandOffContourWrapSettings::ContourWrapType 
GetType () const =0
 
virtual int16 GetIndex () const =0
 
virtual PMReal GetTolerance () const =0
 
virtual uint8 GetThreshold () const =0
 
virtual bool8 GetAllowHoles () 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

Command data interface for the SetContourWrapCmd. This command is used to save off the contour text wrap settings used to create a contour text wrap.

NOTE: Pass an itemlist containing a UIDRef of the page item(s) we are interested in. Alternatively, you can pass in the IDataBase * of the document and kInvalidUID to get the defaults for the document workspace, or nil and kInvalidUID to get the defaults for the session workspace.