IIndentatedNode
public interface IIndentatedNode
The interface for nodes with relative indentation for child nodes.
Methods
Method | Description |
---|---|
getIndentPosition() | Gets or sets the indent position. |
Gets or sets the indent position. | |
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:
Parameter | Type | Description |
---|---|---|
value | byte |
Returns: T
setIndentPosition(int value)
public abstract T <T>setIndentPosition(int value)
Gets or sets the indent position.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
Returns: T