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

Public Types | |
| enum | { kDefaultIID = IID_IDELETEDTEXTDATA } |
Public Member Functions | |
| virtual UID | GetStoryUID () const =0 |
| virtual void | SetStoryUID (const UID storyUID)=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 contain information specific to deleted text owned item/story thread.
| pure virtual |
Get the uid of the story that contains the deleted text owned item.
| pure virtual |
Set the uid of the story that contains the deleted text owned item.
| storyUID | the containing story uid. |