text method

text

Creates TextSyntax

Returns

The TextSyntax.

def text(self, text):
    ...
ParameterTypeDescription
textstrThe string value.

text

Create the TextSyntax from SourceText.

Returns

The TextSyntax.

def text(self, source):
    ...
ParameterTypeDescription
sourceaspose.html.toolkit.markdown.syntax.text.SourceTextThe SourceText.

text

Create the TextSyntax from SourceText and TextSpan.

Returns

The TextSyntax.

def text(self, source, span):
    ...
ParameterTypeDescription
sourceaspose.html.toolkit.markdown.syntax.text.SourceTextThe SourceText.
spanaspose.html.toolkit.markdown.syntax.text.TextSpanThe TextSpan.

See Also