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