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

#include <AttributeChecker.h>

Public Member Functions

virtual bool16 operator() (IWaxLine *line, UID story, TextIndex start, int32 length) const =0
 

Detailed Description

This class is used to test wax lines for recomposition by IGlobalRecompose.

See Also
IGlobalRecompose

Member Function Documentation

virtual bool16 WaxLineChecker::operator() (IWaxLineline,
UID story,
TextIndex start,
int32 length 
) const
pure virtual
Parameters
lineis the wax line in question.
storyis the story being examined.
startis the beginning position of the line in question.
lengthis the length of the line.
Returns
kTrue if the desired line should be damaged, kFalse to leave the line alone.