Cell Methods |
The Cell type exposes the following members.
| Name | Description | |
|---|---|---|
| Accept |
Accepts a visitor.
(Overrides NodeAccept(DocumentVisitor).) | |
| AppendChild |
Adds the specified node to the end of the list of child nodes for this node.
(Inherited from CompositeNode.) | |
| Clone | (Inherited from Node.) | |
| EnsureMinimum |
If the last child is not a paragraph, creates and appends one empty paragraph.
| |
| Equals | (Inherited from Object.) | |
| GetAncestor(Type) |
Gets the first ancestor of the specified object type.
(Inherited from Node.) | |
| GetAncestor(NodeType) |
Gets the first ancestor of the specified NodeType.
(Inherited from Node.) | |
| GetChild |
Returns an Nth child node that matches the specified type.
(Inherited from CompositeNode.) | |
| GetChildNodes |
Returns a live collection of child nodes that match the specified type.
(Inherited from CompositeNode.) | |
| GetEnumerator |
Provides support for the for each style iteration over the child nodes of this node.
(Inherited from CompositeNode.) | |
| GetHashCode | (Inherited from Object.) | |
| GetText |
Gets the text of this node and of all its children.
(Inherited from CompositeNode.) | |
| GetType | (Inherited from Object.) | |
| IndexOf |
Returns the index of the specified child node in the child node array.
(Inherited from CompositeNode.) | |
| InsertAfter |
Inserts the specified node immediately after the specified reference node.
(Inherited from CompositeNode.) | |
| InsertBefore |
Inserts the specified node immediately before the specified reference node.
(Inherited from CompositeNode.) | |
| NextPreOrder |
Gets next node according to the pre-order tree traversal algorithm.
(Inherited from Node.) | |
| PrependChild |
Adds the specified node to the beginning of the list of child nodes for this node.
(Inherited from CompositeNode.) | |
| PreviousPreOrder |
Gets the previous node according to the pre-order tree traversal algorithm.
(Inherited from Node.) | |
| Remove |
Removes itself from the parent.
(Inherited from Node.) | |
| RemoveAllChildren |
Removes all the child nodes of the current node.
(Inherited from CompositeNode.) | |
| RemoveChild |
Removes the specified child node.
(Inherited from CompositeNode.) | |
| RemoveSmartTags |
Removes all SmartTag descendant nodes of the current node.
(Inherited from CompositeNode.) | |
| SelectNodes |
Selects a list of nodes matching the XPath expression.
(Inherited from CompositeNode.) | |
| SelectSingleNode |
Selects the first Node that matches the XPath expression.
(Inherited from CompositeNode.) | |
| ToString | (Inherited from Object.) | |
| ToString(SaveFormat) |
Exports the content of the node into a string in the specified format.
(Inherited from Node.) | |
| ToString(SaveOptions) |
Exports the content of the node into a string using the specified save options.
(Inherited from Node.) |