whitespace method

whitespace

Create the WhitespaceSyntax.

Returns

The WhitespaceSyntax.

def whitespace(self, count):
    ...
ParameterTypeDescription
countintThe count of white space.

whitespace

Create the WhitespaceSyntax.

Returns

The WhitespaceSyntax.

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

whitespace

Creates WhitespaceSyntaxNode.

Returns

The WhitespaceSyntax.

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

See Also