get_text method

get_text

Define the interface for get Text.

Returns

The SourceText.

def get_text(self):
    ...

get_text

Define the interface for get Text.

Returns

The SourceText.

def get_text(self, span):
    ...
ParameterTypeDescription
spanTextSpanThe TextSpan.

get_text

Define the interface for get Text.

Returns

The SourceText.

def get_text(self, start):
    ...
ParameterTypeDescription
startintThe int start.

Exceptions

ExceptionDescription
ArgumentOutOfRangeExceptionThe index is negative -or- larger than the length.

See Also