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

#include <AttributeChecker.h>

Public Member Functions

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

Detailed Description

This class is used to test story options for recomposition by IGlobalRecompose.

See Also
IGlobalRecompose

Member Function Documentation

virtual bool16 StoryOptionsChecker::operator() (IStoryOptionsstoryOptions,
UID story,
TextIndex start,
int32 length 
) const
pure virtual
Parameters
storyOptionsis the storyOptions for the story 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 story should be damaged, kFalse to leave the story alone.