feature: add support to add mutiple sections to the document inc. headers and footers
- write missing tests
This commit is contained in:
@ -70,4 +70,8 @@ export class Document extends XmlComponent {
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
get Body() {
|
||||
return this.body;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user