Interface IIndentatedNode
Interface IIndentatedNode
A név: Aspose.Note Összefoglaló: Aspose.Note.dll (25.4.0)
Az interfész a csomópontokhoz, relatív indentációval a gyermekcsomókhoz.
public interface IIndentatedNode
{
void AppendChild(IIndentatedNode child);
int GetDepth();
string ToString(int depth = 0);
}
Properties
IndentPosition
Megkapja vagy beállítja az indent pozíciót.
byte IndentPosition
{
get;
set;
}