Enumeration (GI Enum)

Atspi-2.0AtspiTextClipType

Enumeration used by interface Atspi.Text to indicate how to treat characters intersecting bounding boxes.

Index

Enumeration Members

Enumeration Members

BOTH: number

Only glyphs falling entirely within the region bounded by min and max are retained.

MAX: number

Characters/glyphs which intersect the maximum coordinate are omitted.

MIN: number

Characters/glyphs clipped by the minimum coordinate are omitted.

NONE: number

No characters/glyphs are omitted.