Add more tests to paragraph

This commit is contained in:
Dolan
2019-01-11 00:16:25 +00:00
parent 677300e34f
commit db7f27a88c
3 changed files with 274 additions and 7 deletions

View File

@ -241,11 +241,6 @@ export class Paragraph extends XmlComponent {
return this;
}
public addTabStop(run: Run): Paragraph {
this.root.splice(1, 0, run);
return this;
}
public addSequentialIdentifier(identifier: string): Paragraph {
this.root.push(new SequentialIdentifier(identifier));
return this;