Interface IOutlineChildNode
Interface IOutlineChildNode
Nazwa przestrzeń: Aspose.Note Zgromadzenie: Aspose.Note.dll (25.4.0)
Interfejs dla wszystkich węzłów dziecka z nodu wyjściowego.
public interface IOutlineChildNode : INode
{
void Accept(INodeVisitor visitor);
int GetLevel();
IOutline ParentOutline { get; }
}