Interface IOutlineChildNode
Interface IOutlineChildNode
Navne til: Aspose.Note Sammensætning: Aspose.Note.dll (25.4.0)
Den grænseflade for alle børns knuder af en outline knude.
public interface IOutlineChildNode : INode
{
void Accept(INodeVisitor visitor);
int GetLevel();
IOutline ParentOutline { get; }
}