Interface IIndentatedNode
Interface IIndentatedNode
이름 공간 : Aspose.Note 모임: Aspose.Note.dll (25.4.0)
어린이 노드에 대한 상대적 인 인센티브를 가진 노드를위한 인터페이스.
public interface IIndentatedNode
{
void AppendChild(IIndentatedNode child);
int GetDepth();
string ToString(int depth = 0);
}
Properties
IndentPosition
입장을 얻거나 지정합니다.
byte IndentPosition
{
get;
set;
}