image scaling add rounding

This commit is contained in:
ilmar
2018-04-02 12:55:43 +03:00
parent 1dd1c65341
commit ee721ffbec
2 changed files with 7 additions and 2 deletions

View File

@ -69,6 +69,11 @@ export class Paragraph extends XmlComponent {
return this;
}
public heading6(): Paragraph {
this.properties.push(new Style("Heading6"));
return this;
}
public title(): Paragraph {
this.properties.push(new Style("Title"));
return this;