![]() | InDesign SDK 20.5 |
#include <HidTxtFacade.h>
Public Member Functions | |
| HidTxtFacade (const UIDRef &textModelUIDRef, const TextIndex &anchorTextIndex) | |
| virtual | ~HidTxtFacade () |
| virtual bool16 | CanCreateHiddenText () |
| virtual ErrorCode | CreateHiddenText (const WideString &text) |
| virtual bool16 | CanGetHiddenText () |
| virtual ErrorCode | GetHiddenText (WideString &text) |
| virtual bool16 | CanModifyHiddenText () |
| virtual ErrorCode | ModifyHiddenText (const WideString &text) |
| virtual bool16 | CanDeleteHiddenText () |
| virtual ErrorCode | DeleteHiddenText () |
Facade for the manipulation of hidden text. Suites should manipulate hidden text through this API.
| HidTxtFacade::HidTxtFacade | ( | const UIDRef & | textModelUIDRef, |
| const TextIndex & | anchorTextIndex | ||
| ) |
Constructor.
| textModelUIDRef | references story in which the hidden text is stored. |
| anchorTextIndex | index in the text model when the hidden text is anchored. |
| virtual |
Destructor.
| virtual |
| virtual |
| virtual |
| virtual |
| virtual |
Create hidden text.
| text | the hidden text to be stored. |
| virtual |
Delete hidden text.
| virtual |
Get hidden text.
| text | the retrieved hidden text. |
| virtual |
Modify hidden text.
| text | this string completely replaces the current hidden text. |