Interface IIndentatedNode
Interface IIndentatedNode
ชื่อพื้นที่: Aspose.Note การประกอบ: Aspose.Note.dll (25.4.0)
อินเตอร์เฟซสําหรับ nodes กับ indentation relative สําหรับ nodos ของเด็ก
public interface IIndentatedNode
{
void AppendChild(IIndentatedNode child);
int GetDepth();
string ToString(int depth = 0);
}
Properties
IndentPosition
ได้รับหรือตั้งตําแหน่ง indent
byte IndentPosition
{
get;
set;
}