![]() | InDesign SDK 20.5 |

Public Member Functions | |
| HidTxtStoryThreadDict (IPMUnknown *boss) | |
| virtual | ~HidTxtStoryThreadDict () |
| virtual ITextStoryThread * | QueryThread (uint32 key) const |
| virtual Text::StoryRange | GetAnchorTextRange (bool16 *isAnchored) const |
| virtual Text::StoryRange | GetThreadBlockTextRange () const |
| virtual uint32 | GetFirstKey () |
| virtual uint32 | GetNextKey () |
Public Member Functions inherited from CPMUnknown< ITextStoryThreadDict > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from ITextStoryThreadDict | |
| enum | { kDefaultIID = IID_ITEXTSTORYTHREADDICT } |
Protected Member Functions inherited from CPMUnknown< ITextStoryThreadDict > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< ITextStoryThreadDict > | |
| HelperInterface | fHelperInterface |
Implements ITextStoryThreadDict to manage a collection of associated story threads, in this implementation there is only one story thread in the dictionary, it has a fixed key given by kHidTxtStoryThreadDictKey.
Many instances of hidden text can be embedded in a story but each has its own hidden text model (kHidTxtModelBoss) with its own dictionary (ITextStoryThreadDict) and story thread(ITextStoryThread).
| HidTxtStoryThreadDict::HidTxtStoryThreadDict | ( | IPMUnknown * | boss | ) |
Constructor.
| boss |
| virtual |
Destructor.
| virtual |
Implements ITextStoryThreadDict.
| virtual |
Implements ITextStoryThreadDict.
| virtual |
Implements ITextStoryThreadDict.
| virtual |
Implements ITextStoryThreadDict.
| virtual |
Implements ITextStoryThreadDict.