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

Public Types | |
| enum | { kDefaultIID = IID_IWAXRUNTEXT } |
Public Member Functions | |
| virtual void | Draw (GraphicsData *gd, int32 iShapeFlags=0, Text::DrawPassInfo::Pass pass=Text::DrawPassInfo::kPassText, const PMRect *areaToDraw=nil) 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 |
The interface for drawing everything associated with the WaxRun (text, adornments, everything).
| pure virtual |
Draw the waxRun and any adornments (including global adornments) attacted to it. Called by IWaxRunShape. For more details on parameters and description, see IWaxRunShape.
Implemented in CWaxRunText.