Interface IOutlineChildNode
Interface IOutlineChildNode
A név: Aspose.Note Összefoglaló: Aspose.Note.dll (25.4.0)
Az interfész az összes gyermek csomópontja egy kimenőcsomó.
public interface IOutlineChildNode : INode
{
void Accept(INodeVisitor visitor);
int GetLevel();
IOutline ParentOutline { get; }
}