Moved addTableOfContents to File and creating a settings.xml and applying updateFields=true when there is a table of contents
This commit is contained in:
@ -19,9 +19,9 @@ export class TableOfContentsInstructionProperties {
|
||||
// \h option
|
||||
public hiperlink: true;
|
||||
// \n option
|
||||
public entryLevelsRange = "1-6";
|
||||
public entryLevelsRange: string;
|
||||
// \o option
|
||||
public headerRange: string;
|
||||
public headerRange = "1-6";
|
||||
// \t option
|
||||
public styles: StyleLevel[];
|
||||
// \z option
|
||||
|
Reference in New Issue
Block a user