![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_ITEXTPARCELLISTUI } |
Public Member Functions | |
| virtual void | DrawTextHighlight (IGraphicsContext *gc, const RangeData &newSelectionRange, const RangeData &oldSelectionRange)=0 |
| virtual void | InvalTextHighlight (IGraphicsContext *gc, const RangeData &newSelectionRange, const RangeData &oldSelectionRange, bool drawImmediate)=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 |
Draws a hilite on the text. Uses the given delta highlight, if possible. Otherwise, uses the given full range. NOTE: This method should only be called when the frame is redrawing.
| pure virtual |
Inval the hilite area of the text. Uses the given delta highlight, if possible. Otherwise, uses the given full range. NOTE: This method is called during selection changes, like mouse tracking.