InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ICMSProfileList Class Referenceabstract
Inheritance diagram for ICMSProfileList:
IPMUnknown

Public Member Functions

virtual bool16 ShouldEmbedProfiles ()=0
 
virtual void SetShouldEmbedProfiles (bool16 should)=0
 
virtual int32 AddProfile (ICMSProfile *newProfile, ICMSProfile::profileCategory category=ICMSProfile::kOther)=0
 
virtual int32 AddProfile (const UID &newProfile, ICMSProfile::profileCategory category=ICMSProfile::kOther)=0
 
virtual bool16 GetNthProfile (int32 n, UID *profile)=0
 
virtual bool16 GetNthProfile (int32 n, UIDRef *profile)=0
 
virtual PMString GetNthProfileName (int32 n)=0
 
virtual int32 FindProfile (ICMSProfile *profile)=0
 
virtual int32 FindProfile (const UID &profile)=0
 
virtual int32 FindProfile (const PMString &searchName)=0
 
virtual bool16 AssignProfileToCategory (int32 n, ICMSProfile::profileCategory category)=0
 
virtual bool16 ClearCategory (ICMSProfile::profileCategory category)=0
 
virtual int32 GetProfileAssignedToCategory (ICMSProfile::profileCategory category)=0
 
virtual int32 Length ()=0
 
virtual bool16 Remove (int32 n)=0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0