C1.C1Preview Namespace > RenderToc Class : AddItem Method |
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2