InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
kHidTxtModelBoss Class Reference

#include <SdkObjModel.h>

Inheritance diagram for kHidTxtModelBoss:

Public Member Functions

IOwnedItem IID_IOWNEDITEM
 
ITextParcelList IID_ITEXTPARCELLIST
 
IPMPersist IID_IPMPERSIST
 
IPMUnknown IID_IHIDTXTMODEL
 
ITextStoryThread IID_ITEXTSTORYTHREAD
 
IPMUnknown IID_IPARCELLIST
 
ITextStoryThreadDict IID_ITEXTSTORYTHREADDICT
 
ITextParcelListData IID_ITEXTPARCELLISTDATA
 
ITextParcelListComposer IID_ITEXTPARCELLISTCOMPOSER
 

Detailed Description

 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.

Member Function Documentation

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.