Interface IOutlineChildNode
Interface IOutlineChildNode
Numele spaţiului: Aspose.Note Asamblare: Aspose.Note.dll (25.4.0)
Interfața pentru toate nodurile copilului a unui nod de ieșire.
public interface IOutlineChildNode : INode
{
void Accept(INodeVisitor visitor);
int GetLevel();
IOutline ParentOutline { get; }
}