API Version: 1.0
Library Version: 2.50.0
enum Atk.TextClipType
Describes the type of clipping required.
ATK_TEXT_CLIP_NONE
No clipping to be done.
ATK_TEXT_CLIP_MIN
Text clipped by min coordinate is omitted.
ATK_TEXT_CLIP_MAX
Text clipped by max coordinate is omitted.
ATK_TEXT_CLIP_BOTH
Only text fully within mix/max bound is retained.