Overload List

  Name Description
Public method AddItem(String, C1Hyperlink)
Creates a new RenderTocItem initialized with the specified text and hyperlink, and adds it to the current TOC.
Public method AddItem(String, ParagraphObject)
Creates a new RenderTocItem initialized with the specified text and target ParagraphObject, and adds it to the current TOC.
Public method AddItem(String, RenderObject)
Creates a new RenderTocItem initialized with the specified text and target RenderObject, and adds it to the current TOC.
Public method AddItem(String, Int32)
Creates a new RenderTocItem initialized with the specified text and target page number, and adds it to the current TOC.
Public method AddItem(String, C1Hyperlink, Int32)
Creates a new RenderTocItem initialized with the specified text, hyperlink and level, and adds it to the current TOC.
Public method AddItem(String, ParagraphObject, Int32)
Creates a new RenderTocItem initialized with the specified text, target ParagraphObject and level, and adds it to the current TOC.
Public method AddItem(String, RenderObject, Int32)
Creates a new RenderTocItem initialized with the specified text, target RenderObject and level, and adds it to the current TOC.
Public method AddItem(String, Int32, Int32)
Creates a new RenderTocItem initialized with the specified text, target page number and level, and adds it to the current TOC.

See Also