Interface IIndentatedNode
Interface IIndentatedNode
nazivni prostor: Aspose.Note Sastav: Aspose.Note.dll (25.4.0)
Interfejs za čvorove s relativnom indentacijom za dječje čvore.
public interface IIndentatedNode
{
void AppendChild(IIndentatedNode child);
int GetDepth();
string ToString(int depth = 0);
}
Properties
IndentPosition
Dobivaju ili postavljaju indentnu poziciju.
byte IndentPosition
{
get;
set;
}