Interface IIndentatedNode
Interface IIndentatedNode
Numele spaţiului: Aspose.Note Asamblare: Aspose.Note.dll (25.4.0)
Interfața nodurilor cu indentație relativă pentru nodurile copilului.
public interface IIndentatedNode
{
void AppendChild(IIndentatedNode child);
int GetDepth();
string ToString(int depth = 0);
}
Properties
IndentPosition
Obține sau stabilește poziția indentă.
byte IndentPosition
{
get;
set;
}