Interface IIndentatedNode
Interface IIndentatedNode
Pôvodný názov: Aspose.Note Zhromaždenie: Aspose.Note.dll (25.4.0)
Rozhranie pre uzliny s relatívnou indentáciou pre detské uzly.
public interface IIndentatedNode
{
void AppendChild(IIndentatedNode child);
int GetDepth();
string ToString(int depth = 0);
}
Properties
IndentPosition
Získať alebo nastaviť indentnú pozíciu.
byte IndentPosition
{
get;
set;
}