create_from_start_end method

create_from_start_end

Create the TextSpan

Returns

The TextSpan.

def create_from_start_end(self, start, end):
    ...
ParameterTypeDescription
startintThe start position.
endintThe end position.

See Also