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

Allows hidden text to be embedded in a story anchored on
an owned item (IOwnedItem) associated with a TextIndex, the range of text in the story that stores the hidden text content is represented by this boss class's story thread (ITextStoryThread). In this implementation there is only one story thread in the story thread dictionary (ITextStoryThreadDict). It has a fixed key kHidTxtStoryThreadDictKey. The hidden text is not composed or displayed in a parcel list.
| IPMUnknown kHidTxtModelBoss::IID_IHIDTXTMODEL |
See IHidTxtModel and HidTxtModel.
Implementation: kHidTxtModelImpl.
| IOwnedItem kHidTxtModelBoss::IID_IOWNEDITEM |
See IOwnedItem and HidTxtOwnedItem.
Implementation: kHidTxtOwnedItemImpl.
| IPMUnknown kHidTxtModelBoss::IID_IPARCELLIST |
See IParcelList and HidTxtParcelList stub.
Even though hidden text is never composed for display in a parcel we need a stubbed parcel implementation to keep the application happy.
Implementation: kHidTxtParcelListImpl.
| IPMPersist kHidTxtModelBoss::IID_IPMPERSIST |
See IPMPersist, implementation is provided by the API.
Implementation: kPMPersistImpl.
| ITextParcelList kHidTxtModelBoss::IID_ITEXTPARCELLIST |
See ITextParcelList, implementation provided by the API.
Implementation: kTextParcelListImpl.
| ITextParcelListComposer kHidTxtModelBoss::IID_ITEXTPARCELLISTCOMPOSER |
See ITextParcelListComposer and HidTxtParcelListComposer stub.
Implementation: kHidTxtParcelListComposerImpl.
| ITextParcelListData kHidTxtModelBoss::IID_ITEXTPARCELLISTDATA |
See ITextParcelListData and HidTxtParcelListData stub.
Implementation: kHidTxtParcelListDataImpl.
| ITextStoryThread kHidTxtModelBoss::IID_ITEXTSTORYTHREAD |
See ITextStoryThread and HidTxtStoryThread.
Implementation: kHidTxtStoryThreadImpl.
| ITextStoryThreadDict kHidTxtModelBoss::IID_ITEXTSTORYTHREADDICT |
See ITextStoryThreadDict and HidTxtStoryThreadDict.
Implementation: kHidTxtStoryThreadDictImpl.