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

Public Types | |
| enum | { kDefaultIID = IID_ICREATEINDEXPAGEENTRYCMDDATA } |
Public Member Functions | |
| virtual const UIDRef & | GetTopicListUIDRef () const =0 |
| virtual void | SetTopicListUIDRef (const UIDRef &topicListUID)=0 |
| virtual const IndexTopicEntry & | GetTopicEntry () const =0 |
| virtual void | SetTopicEntry (const IndexTopicEntry &topicEntry)=0 |
| virtual const UID | GetTopicSectionUID () const =0 |
| virtual void | SetTopicSectionUID (const UID topicSectionUID)=0 |
| virtual int32 | GetTopicNodeId () const =0 |
| virtual void | SetTopicNodeId (int32 indexTopicNodeId)=0 |
| virtual bool16 | GetDoNotifyFlag () const =0 |
| virtual void | SetDoNotifyFlag (bool16 notify)=0 |
| virtual bool16 | GetSortPRefs () const =0 |
| virtual void | SetSortPRefs (bool16 bSortPRefs)=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 data for creating an index page entry.
| pure virtual |
Gets the notification flag's value.
| pure virtual |
Gets the sort flag value (if the page references should be sorted).
| pure virtual |
Gets the IndexTopicEntry.
| pure virtual |
| pure virtual |
Gets the topic node id.
| pure virtual |
Gets the topic section UID.
| pure virtual |
Sets the notification flag's value. [IN] - the value of the notify flag.
| pure virtual |
Sets the sort flag value (if the page references should be sorted). [IN] - the value of the sort flag.
| pure virtual |
Sets the IndexTopicEntry.
| topicEntry | [IN] - the IndexTopicEntry data. |
| pure virtual |
| pure virtual |
Sets the topic node id.
| indexTopicNodeId | [IN] - the id of the topic node. |
| pure virtual |
Sets the topic section UID.
| topicSectionUID | [IN] - the UID of the topic section. |