Interface IIndentatedNode
Interface IIndentatedNode
Le nom : Aspose.Note Assemblée: Aspose.Note.dll (25.4.0)
L’interface pour les nœuds avec indentation relative pour le noyau de l’enfant.
public interface IIndentatedNode
{
void AppendChild(IIndentatedNode child);
int GetDepth();
string ToString(int depth = 0);
}
Properties
IndentPosition
Obtenez ou mettez la position indente.
byte IndentPosition
{
get;
set;
}