IIndentatedNode

public interface IIndentatedNode

The interface for nodes with relative indentation for child nodes.

Methods

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

getIndentPosition()

public abstract byte getIndentPosition()

Gets or sets the indent position.

Returns: byte

setIndentPosition(byte value)

public abstract T <T>setIndentPosition(byte value)

Gets or sets the indent position.

Parameters:

ParameterTypeDescription
valuebyte

Returns: T

setIndentPosition(int value)

public abstract T <T>setIndentPosition(int value)

Gets or sets the indent position.

Parameters:

ParameterTypeDescription
valueint

Returns: T