IIndentatedNode

public interface IIndentatedNode

The interface for nodes with relative indentation for child nodes.

Methods

MethodDescription
<T>setIndentPosition(byte value)Gets or sets the indent position.
<T>setIndentPosition(int value)Gets or sets the indent position.
getIndentPosition()Gets or sets the indent position.

<T>setIndentPosition(byte value)

public abstract T <T>setIndentPosition(byte value)

Gets or sets the indent position.

Parameters:

ParameterTypeDescription
valuebyte

Returns: T

<T>setIndentPosition(int value)

public abstract T <T>setIndentPosition(int value)

Gets or sets the indent position.

Parameters:

ParameterTypeDescription
valueint

Returns: T

getIndentPosition()

public abstract byte getIndentPosition()

Gets or sets the indent position.

Returns: byte