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

Public Member Functions | |
| virtual void | Clear ()=0 |
| virtual uint32 | GetLength () const =0 |
| virtual bool16 | IsEmpty () const =0 |
| virtual void | Set (const uchar *text, uint32 length)=0 |
| virtual const uchar * | GetText () 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 to store basic ASCII text (used by a variety of data exchange handlers)
| pure virtual |
Clear the text data
| pure virtual |
Get the length in bytes of the text data
| pure virtual |
retrieve text from the interface
| pure virtual |
Is there any text data?
| pure virtual |
copy text into the interface