IIndentatedNode
public interface IIndentatedNode
자식 노드에 대한 상대 들여쓰기를 가진 노드용 인터페이스입니다.
메서드
| 메서드 | 설명 |
|---|---|
| <T>setIndentPosition(byte value) | 들여쓰기 위치를 가져오거나 설정합니다. |
| <T>setIndentPosition(int value) | 들여쓰기 위치를 가져오거나 설정합니다. |
| getIndentPosition() | 들여쓰기 위치를 가져오거나 설정합니다. |
<T>setIndentPosition(byte value)
public abstract T <T>setIndentPosition(byte value)
들여쓰기 위치를 가져오거나 설정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| 값 | byte |
Returns: T
<T>setIndentPosition(int value)
public abstract T <T>setIndentPosition(int value)
들여쓰기 위치를 가져오거나 설정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| 값 | int |
Returns: T
getIndentPosition()
public abstract byte getIndentPosition()
들여쓰기 위치를 가져오거나 설정합니다.
Returns: byte