InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AttributeChecker Class Referenceabstract

#include <AttributeChecker.h>

Public Member Functions

virtual bool16 operator() (IDrawingStyle *style, UID story, TextIndex start, int32 length) const =0
 
bool16 OnlyCheckParaAttrs () const
 

Protected Attributes

bool16 fOnlyCheckParaAttrs
 

Detailed Description

This class is used to test ranges of text for recomposition by IGlobalRecompose.

See Also
IGlobalRecompose

Member Function Documentation

virtual bool16 AttributeChecker::operator() (IDrawingStylestyle,
UID story,
TextIndex start,
int32 length 
) const
pure virtual
Parameters
styleis the compressed summary of all text attributes.
storyis the story being examined.
startis the beginning position of the range in question.
lengthis the length of the range.
Returns
kTrue if the desired range should be damaged, kFalse to leave the range alone.