Interface IOutlineChildNode
Interface IOutlineChildNode
Названий на: Aspose.Note Асамблея: Aspose.Note.dll (25.4.0)
Інтерфейс для всіх дитячих вузлів вихідного ніду.
public interface IOutlineChildNode : INode
{
void Accept(INodeVisitor visitor);
int GetLevel();
IOutline ParentOutline { get; }
}