![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IDYNAMICTARGETSFACADE } |
Public Member Functions | |
| virtual UIDRef | GetTargetPageItemRef (const UIDRef &targetRef) const =0 |
| virtual PMString | GetTargetName (const UIDRef &targetRef) const =0 |
| virtual bool | IsTargetInMSO (const UIDRef &targetRef, UIDRef &msoRef) const =0 |
| virtual bool | GetTargetList (const UIDRef &ownerRef, const ISpreadDynamicContentMgr::DynamicContentType &filterType, std::vector< UID > &targetList, bool includeMasterPage=false) 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 |
| pure virtual |
Returns a list of targets for the given owner.
| ownerRef | is the owner ref |
| filterType | is target type interested |
| targetList | is the list of applicable targets for this owner. |
| includeMasterPage | is true if including master page targets. |
| pure virtual |
Get name for the specified target.
| targetRef | is the target to get. |
| pure virtual |
Return true if target is part of a MSO object.
| targetRef | is the target to get. |
| msoRef | is the mso ref that this target belongs to. |