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