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

Public Types | |
| enum | { kDefaultIID = IID_IPATHSTROKEROVERRIDES } |
Public Member Functions | |
| virtual bool16 | GetOverridesLineCap () const =0 |
| virtual int32 | GetLineCap () const =0 |
| virtual bool16 | GetOverridesLineJoin () const =0 |
| virtual int32 | GetLineJoin () 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 |
Interface for controlling overrides to graphic attributes on a per-path stroker basis. This is used by the stroke palette to disable controls that should be set to hard-coded values when a particular stroker is selected. For instance, the dotted stroker requires that round caps and joins be used.
| pure virtual |
Accessor for hard-coded line cap to use for this path stroker. This method will only be called when GetOverridesLineCap returns kTrue.
| pure virtual |
Accessor for hard-coded line join to use for this path stroker. This method will only be called when GetOverridesLineJoin returns kTrue.
| pure virtual |
Accessor for whether line cap is to be overridden for this stroker. Implementation should return kTrue if the cap should be overridden, else kFalse.
| pure virtual |
Accessor for whether line join is to be overridden for this stroker. Implementation should return kTrue if the join should be overridden, else kFalse.