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

Public Types | |
| enum | { kDefaultIID = IID_ISTORYLABEL } |
Public Member Functions | |
| virtual PMString | GetLabel ()=0 |
| virtual ErrorCode | SetLabel (const PMString &label)=0 |
| virtual void | ReadWrite (IPMStream *s, ImplementationID prop)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This class is used to get/set a label (name) for a story so that we know which story we are working on
| pure virtual |
Returns the name of the story so it can be differenciated from others.
| pure virtual |
General method for reading from or writing to a stream
| *s | - The stream to use |
| prop | - The implementation ID |
| pure virtual |
Set the label (name) of this story
| &label | - New name to use for this story |