Move sub components of Paragraph into own folder
This commit is contained in:
13
ts/docx/paragraph/formatting/keep.ts
Normal file
13
ts/docx/paragraph/formatting/keep.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import { XmlComponent } from "../../xml-components";
|
||||
|
||||
export class KeepLines extends XmlComponent {
|
||||
constructor() {
|
||||
super("w:keepLines");
|
||||
}
|
||||
}
|
||||
|
||||
export class KeepNext extends XmlComponent {
|
||||
constructor() {
|
||||
super("w:keepNext");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user