AddItem Method (RenderToc)
In This Topic
Creates a new
RenderTocItem initialized with the specified text and hyperlink, and adds it to the current TOC.
Overload List
Overload | Description |
AddItem(String,C1Hyperlink) | Creates a new RenderTocItem initialized with the specified text and hyperlink, and adds it to the current TOC. |
AddItem(String,C1Hyperlink,Int32) | Creates a new RenderTocItem initialized with the specified text, hyperlink and level, and adds it to the current TOC. |
AddItem(String,Int32) | Creates a new RenderTocItem initialized with the specified text and target page number, and adds it to the current TOC. |
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. |
AddItem(String,RenderObject) | Creates a new RenderTocItem initialized with the specified text and target RenderObject, and adds it to the current TOC. |
AddItem(String,RenderObject,Int32) | Creates a new RenderTocItem initialized with the specified text, target RenderObject and level, and adds it to the current TOC. |
AddItem(String,ParagraphObject) | Creates a new RenderTocItem initialized with the specified text and target ParagraphObject, and adds it to the current TOC. |
AddItem(String,ParagraphObject,Int32) | Creates a new RenderTocItem initialized with the specified text, target ParagraphObject and level, and adds it to the current TOC. |
See Also