Add shading to paragraph

This commit is contained in:
Dolan
2020-10-28 01:05:31 +00:00
parent ed52ef358b
commit 60eb686d05
8 changed files with 124 additions and 22 deletions

View File

@ -29,7 +29,7 @@ export class DocumentBackground extends XmlComponent {
this.root.push(
new DocumentBackgroundAttributes({
color: options.color ? options.color : "auto",
color: options.color ? options.color : "FFFFFF",
themeColor: options.themeColor,
themeShade: options.themeShade,
themeTint: options.themeTint,