Background color for document
This commit is contained in:
9
src/file/settings/display-background-shape.ts
Normal file
9
src/file/settings/display-background-shape.ts
Normal file
@ -0,0 +1,9 @@
|
||||
// http://officeopenxml.com/WPdocument.php
|
||||
// http://www.datypic.com/sc/ooxml/e-w_background-1.html
|
||||
import { XmlComponent } from "file/xml-components";
|
||||
|
||||
export class DisplayBackgroundShape extends XmlComponent {
|
||||
constructor() {
|
||||
super("w:displayBackgroundShape");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user