Méthode | Description | |
---|---|---|
InitStandardTemplate ( ) : void |
Inits the standard template.
|
|
InsertIndexEntry ( IndexEntryTypes indexEntryType ) : void |
Insert a index entry to the template. You can define the order through the order you insert the index entry types.
|
|
TableOfContentsIndexTemplate ( |
Initializes a new instance of the TableOfContentsIndexTemplate class.
|
Méthode | Description | |
---|---|---|
AddIndexEntryNode ( string nodeName, IndexEntryTypes indexEntryType ) : void |
Add the index entry node, with given type
|
|
NewXmlNode ( int outlineLevel, string styleName ) : void |
Create the XmlNode which represent this object.
|
public InsertIndexEntry ( IndexEntryTypes indexEntryType ) : void | ||
indexEntryType | IndexEntryTypes | Type of the index entry. |
Résultat | void |
public TableOfContentsIndexTemplate ( |
||
tableOfContents | Content of the table of. | |
outlineLevel | int | For which outline level this template should be used. |
styleName | string | Style name. |
Résultat | System |