Interface IIndentatedNode
Interface IIndentatedNode
Nome do espaço: Aspose.Note Assembleia: Aspose.Note.dll (25.4.0)
A interface para nódulos com indentação relativa para os nodos da criança.
public interface IIndentatedNode
{
void AppendChild(IIndentatedNode child);
int GetDepth();
string ToString(int depth = 0);
}
Properties
IndentPosition
Obtenha ou coloca a posição indent.
byte IndentPosition
{
get;
set;
}