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

#include <SdkObjModel.h>

Inheritance diagram for kBscTAAttrBoss:
kAttrBossReferencingBoss

Public Member Functions

IAttrReport IID_IATTRREPORT
 
ITextAttrClauseMode IID_ITEXTATTRBOOLEAN
 

Detailed Description

 Provides support for the new character attribute 

introduced by this plug-in. The application recognizes this boss as a text attribute because it aggregates an IAttrReport interface. TheITextAttrBoolean holds the current state of the attribute. by default, it is OFF.

Member Function Documentation

IAttrReport kBscTAAttrBoss::IID_IATTRREPORT
     Hooks into the text composer by telling it that

a text adornment needs to be added. Also provides a description of the added text adornment. See BscTAAttrReport.

    Implementation: kBscTAAttrReportImpl.
ITextAttrClauseMode kBscTAAttrBoss::IID_ITEXTATTRBOOLEAN
     Holds the current state of the text attribute 

(adornment). By default, it is OFF. (API-provided implementation)

    Implementation: kTextAttrBooleanOffImpl.