Interface IOutlineChildNode
Interface IOutlineChildNode
Nombre del espacio: Aspose.Note Asamblea: Aspose.Note.dll (25.4.0)
La interfaz para todos los nodos infantiles de un nodo de salida.
public interface IOutlineChildNode : INode
{
void Accept(INodeVisitor visitor);
int GetLevel();
IOutline ParentOutline { get; }
}