text_selection_start property

text_selection_start property

Returns or sets starting position of text selection in text frame if the comment associated with AutoShape. Read/write int.

Definition:

@property
def text_selection_start(self):
    ...

@text_selection_start.setter
def text_selection_start(self, value):
    ...

See Also