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

Public Types | |
| enum | { kDefaultIID = IID_ICUSTOMPATHSTROKERDATA } |
Public Member Functions | |
| virtual void | GetStrokerName (PMString &name) const =0 |
| virtual void | SetStrokerName (PMString const &name)=0 |
| virtual ClassID | GetMetadataClassID () 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 |
Stores information about a custom (ie., user defined) path stroker.
| pure virtual |
Gets the stroker's metadata class
| pure virtual |
Gets the stroker's name
| name | OUT Set to the name of the path stroker on exit |
| pure virtual |
Sets the stroker's name
| name | IN Specifies the new name for the path stroker |