text_selection_length property

text_selection_length property

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

Definition:

@property
def text_selection_length(self):
    ...

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

See Also