Class OutlineGroup
Contenu
[
Cacher
]OutlineGroup class
Représente un OutlineGroup.
public sealed class OutlineGroup : IndentatedNode<IOutlineChildNode>, IOutlineChildNode,
IOutlineElementChildNode
Constructeurs
| Nom | La description |
|---|---|
| OutlineGroup() | Initialise une nouvelle instance duOutlineGroup classe. |
Propriétés
| Nom | La description |
|---|---|
| Document { get; } | Obtient le document du nœud. |
| FirstChild { get; } | |
| IndentPosition { get; set; } | |
| IsComposite { get; } | |
| LastChild { get; } | |
| NextSibling { get; } | Obtient le nœud suivant au même niveau d’arborescence de nœuds. |
| NodeType { get; } | Obtient le type de nœud. |
| ParentNode { get; } | Obtient le nœud parent. |
| PreviousSibling { get; } | Obtient le nœud précédent au même niveau d’arborescence de nœuds. |
Méthodes
| Nom | La description |
|---|---|
| override Accept(DocumentVisitor) | Accepte le visiteur du nœud. |
| virtual AppendChildFirst<T1>(T1) | |
| virtual AppendChildLast<T1>(T1) | |
| override GetChildNodes<T1>() | |
| GetEnumerator() | |
| virtual InsertChild<T1>(int, T1) | |
| InsertChildrenRange(int, IEnumerable<IOutlineChildNode>) | |
| InsertChildrenRange(int, params IOutlineChildNode[]) | |
| RemoveChild<T1>(T1) |
Voir également
- class IndentatedNode<T>
- interface IOutlineChildNode
- interface IOutlineElementChildNode
- espace de noms Aspose.Note
- Assemblée Aspose.Note