Interface IOutlineChildNode
Interface IOutlineChildNode
Το όνομα: Aspose.Note Συγκέντρωση: Aspose.Note.dll (25.4.0)
Η διεπαφή για όλα τα νύχια ενός παιδιού ενός κόμβου εξόδου.
public interface IOutlineChildNode : INode
{
void Accept(INodeVisitor visitor);
int GetLevel();
IOutline ParentOutline { get; }
}