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; }
}