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

Public Types | |
| enum | { kDefaultIID = IID_ISTORYUSERACCESS } |
Public Member Functions | |
| virtual void | SetStoryAccess (TextStory_StoryAccess storyAccess)=0 |
| virtual TextStory_StoryAccess | GetStoryAccess () 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 |
This is a command imput data interface used by commands that create new stories.
User accessibility identifies if a story was created by the user or whether it was created for internal use. Internal stories are not subject to search through find change, spell checking, and other activities that make sense only for user created stories.
| pure virtual |
Read story access type.
| pure virtual |
Define story access type.
| storyAccess | IN story accessibility. |