Interface IOutlineChildNode
Interface IOutlineChildNode
Nama dari : Aspose.Note Perhitungan: Aspose.Note.dll (25.4.0)
Interface untuk semua nodus anak dari nod outline.
public interface IOutlineChildNode : INode
{
void Accept(INodeVisitor visitor);
int GetLevel();
IOutline ParentOutline { get; }
}