Change docx folder to more appropriate "file" folder
This commit is contained in:
9
src/file/paragraph/run/break.ts
Normal file
9
src/file/paragraph/run/break.ts
Normal file
@ -0,0 +1,9 @@
|
||||
// http://officeopenxml.com/WPtextSpecialContent-break.php
|
||||
import { XmlComponent } from "../../xml-components";
|
||||
|
||||
export class Break extends XmlComponent {
|
||||
|
||||
constructor() {
|
||||
super("w:br");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user