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

Public Types | |
| enum | { kDefaultIID = IID_ICAPITALIZETOPICENTRYCMDDATA } |
| enum | CapitalizeOption { kSelected, kSelectedAndChildren, kAllLevel1, kAll } |
Public Member Functions | |
| virtual const CapitalizeOption & | GetCapitalizeOption () const =0 |
| virtual void | SetCapitalizeOption (const CapitalizeOption &capitalizeOption)=0 |
| virtual const UIDRef & | GetTopicListUIDRef () const =0 |
| virtual void | SetTopicListUIDRef (const UIDRef &topicListUIDRef)=0 |
| virtual const UIDRef & | GetSelectedTopicSectionUIDRef () const =0 |
| virtual void | SetSelectedTopicSectionUIDRef (const UIDRef &selectedTopicSectionUIDRef)=0 |
| virtual const int32 | GetSelectedTopicId () const =0 |
| virtual void | SetSelectedTopicId (const int32 selectedTopicId)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Command data interface used to capitalize a topic entry.
Options for capitalization.
| pure virtual |
Retrieves the capitalization option.
| pure virtual |
Retrieves the target topic id.
| pure virtual |
Retrieves the target topic section.
| pure virtual |
Retrieves the target topic list.
| pure virtual |
Sets the capitalization option.
| capitalizeOption[IN] | - capitalization option |
| pure virtual |
Sets the target topic id.
| selectedTopicId[IN] | - id of the target topic. |
| pure virtual |
Sets the target topic section.
| selectedTopicSectionUIDRef[IN] | - UIDRef of the target topic section. |