Interface IIndentatedNode
Interface IIndentatedNode
Названий на: Aspose.Note Асамблея: Aspose.Note.dll (25.4.0)
Інтерфейс для вузлів з відносною індентацією для дитячих вузів.
public interface IIndentatedNode
{
void AppendChild(IIndentatedNode child);
int GetDepth();
string ToString(int depth = 0);
}
Properties
IndentPosition
Знайдіть або встановити інтенсивну позицію.
byte IndentPosition
{
get;
set;
}