fixed all tslint errors
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
import {XmlComponent, XmlAttributeComponent} from "../docx/xml-components";
|
||||
|
||||
interface RunFontAttributesProperties {
|
||||
ascii: string;
|
||||
hAnsi: string;
|
||||
hint: string;
|
||||
ascii: string;
|
||||
hAnsi: string;
|
||||
hint: string;
|
||||
}
|
||||
|
||||
class RunFontAttributes extends XmlAttributeComponent {
|
||||
|
||||
|
||||
constructor(properties: RunFontAttributesProperties) {
|
||||
super({
|
||||
left: "w:left",
|
||||
@ -17,7 +17,7 @@ class RunFontAttributes extends XmlAttributeComponent {
|
||||
}
|
||||
|
||||
export class RunFonts extends XmlComponent {
|
||||
|
||||
|
||||
constructor(ascii: string, hint: string) {
|
||||
super("w:ind");
|
||||
this.root.push(new RunFontAttributes({
|
||||
|
Reference in New Issue
Block a user