Interface IOutlineChildNode
Interface IOutlineChildNode
Namn på plats: Aspose.Note Sammanfattning: Aspose.Note.dll (25.4.0)
Gränssnittet för alla barn noder av en outline nod.
public interface IOutlineChildNode : INode
{
void Accept(INodeVisitor visitor);
int GetLevel();
IOutline ParentOutline { get; }
}