Interface IOutlineChildNode
Interface IOutlineChildNode
Nom dels espais: Aspose.Note Assemblea: Aspose.Note.dll (25.4.0)
La interfície per a tots els nodes infantils d’un node de sortida.
public interface IOutlineChildNode : INode
{
void Accept(INodeVisitor visitor);
int GetLevel();
IOutline ParentOutline { get; }
}