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

#include <SdkObjModel.h>

Inheritance diagram for kTranFxUseBlackAsOpaqueAttrBoss:
kGraphicsAttrBosskObjectStyleAttrBoss

Public Member Functions

IGraphicAttributeInfo IID_IGRAPHICATTR_INFO
 
IGraphicAttrBoolean IID_IGRAPHICATTR_BOOLEAN
 
- Public Member Functions inherited from kGraphicsAttrBoss
IObjectStyleAttrInfo IID_IOBJECTSTYLEATTRINFO
 
IGraphicAttributeInfo IID_IGRAPHICATTR_INFO
 
IPMUnknown IID_IINDETERMINATE_DATA
 
- Public Member Functions inherited from kObjectStyleAttrBoss
IObjectStyleAttrInfo IID_IOBJECTSTYLEATTRINFO
 
IK2ServiceProvider IID_IK2SERVICEPROVIDER
 

Detailed Description

 Custom boolean graphic attribute,

kTrue causes darker pixels in the page item to be more opaque in the matte effect (black is fully opaque) and lighter pixels to be more transparent (white is fully transparent). kFalse causes darker pixels in the page item to be more transparent in the matte effect (black is fully transparent) and lighter pixels to be more opaque(white is fully opaque). When kFalse the matte effect generated will appear visually as a negative image of the page item. For example, if you want black text or a graphic with a black stroke to cast a matte effect, then make this kTrue. Alternatively, if you want white text or a graphic with a white stroke to cast a matte effect, make this kFalse.

Member Function Documentation

IGraphicAttrBoolean kTranFxUseBlackAsOpaqueAttrBoss::IID_IGRAPHICATTR_BOOLEAN

Type IGraphicAttrBoolean, default value kFalse.

Implementation: kGraphicAttrBooleanImpl.

IGraphicAttributeInfo kTranFxUseBlackAsOpaqueAttrBoss::IID_IGRAPHICATTR_INFO

See IGraphicAttributeInfo and TranFxGraphicAttributeInfo.

Implementation: kTranFxGraphicAttributeInfoImpl.