TextMarker(bpy_struct)

base class — bpy_struct

class bpy.types.TextMarker(bpy_struct)

Marker highlighting a portion of text in a Text datablock

character_index_end

Start position of the marker in the line

Type :int in [0, inf], default 0, (readonly)
character_index_start

Start position of the marker in the line

Type :int in [0, inf], default 0, (readonly)
color

Color to display the marker with

Type :float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
group
Type :int in [0, 65535], default 0, (readonly)
is_temporary

Marker is temporary

Type :boolean, default False, (readonly)
line

Line in which the marker is located

Type :int in [0, inf], default 0, (readonly)
use_edit_all

Edit all markers of the same group as one

Type :boolean, default False, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

TextLine(bpy_struct)

Next topic

Texture(ID)