Package bpy :: Module types :: Class TextMarker
[hide private]
[frames] | no frames]

Class TextMarker

The Text Marker Object

Marker highlighting a portion of text in a Text datablock.

References

Instance Variables [hide private]
float array of 4 items in [-inf, inf] color
Color to display the marker with.
boolean (readonly) edit_all
Edit all markers of the same group as one.
int (readonly) in [0, inf] end
Start position of the marker in the line.
int (readonly) in [0, 65535] group
Group
int (readonly) in [0, inf] line
Line in which the marker is located.
int (readonly) in [0, inf] start
Start position of the marker in the line.
boolean (readonly) temporary
Marker is temporary.