#include <AttributeChecker.h>
This class is used to test ranges of text for recomposition by IGlobalRecompose. This class uses the styles & local overrides directly, unlike AttributeChecker, which only gets the summarized IDrawingStyle version of the text attributes.
- See Also
- IGlobalRecompose
- Parameters
| storyThreadStyle | is the style applied to the entire story thread. |
| paraStyle | is the paragraph style applied to the range. |
| paraOver | is the list of overrides to the paragraph attributes. |
| charStyle | is the applied character style. |
| charOver | is the character attribute overrides applied to the range. |
| story | is the story being examined. |
| start | is the beginning position of the range in question. |
| length | is the length of the range. |
- Returns
- kTrue if the desired range should be damaged, kFalse to leave the range alone.