Interface IIndentatedNode
Interface IIndentatedNode
Il nome: Aspose.Note Assemblea: Aspose.Note.dll (25.4.0)
Interfaccia per nodi con indentazione relativa per i nodi infantili.
public interface IIndentatedNode
{
void AppendChild(IIndentatedNode child);
int GetDepth();
string ToString(int depth = 0);
}
Properties
IndentPosition
Riceve o stabilisce la posizione indente.
byte IndentPosition
{
get;
set;
}