create method

create

Create the TextSpan

Returns

The TextSpan.

def create(self, start, length):
    ...
ParameterTypeDescription
startintThe start position.
lengthintThe length.

See Also