Show / Hide Table of Contents

Class ContentNode

Inheritance
object
ContentElement
ContentNode
List
ListItem
Paragraph
Table
TableCell
TableRow
Inherited Members
ContentElement.m_impl
ContentElement.m_ref
ContentElement.AsContentNode()
ContentElement.AsTextRun()
ContentElement.AsParagraph()
ContentElement.AsTableCell()
ContentElement.AsTableRow()
ContentElement.AsTable()
ContentElement.AsList()
ContentElement.AsListItem()
ContentElement.GetTextStyledElement()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: pdftron.Layout
Assembly: PDFTronDotNet.dll
Syntax
public class ContentNode : ContentElement

Constructors

ContentNode(IntPtr, object)

Declaration
public ContentNode(IntPtr impl, object reference)
Parameters
Type Name Description
IntPtr impl
object reference

Methods

GetContentNodeIterator()

Retrieves a ContentNodeIterator object from the content node. The ContentNodeIterator object can be used to traverse the children of the content node.

Declaration
public ContentNodeIterator GetContentNodeIterator()
Returns
Type Description
ContentNodeIterator

The ContentNodeIterator object.

In This Article
Back to top Generated by DocFX