fixed all tslint errors
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
import {XmlComponent, XmlAttributeComponent} from "../docx/xml-components";
|
||||
|
||||
interface IndentAttributesProperties {
|
||||
left: number;
|
||||
hanging: number;
|
||||
left: number;
|
||||
hanging: number;
|
||||
}
|
||||
|
||||
class IndentAttributes extends XmlAttributeComponent {
|
||||
|
||||
|
||||
constructor(properties: IndentAttributesProperties) {
|
||||
super({
|
||||
left: "w:left",
|
||||
@ -16,7 +16,7 @@ class IndentAttributes extends XmlAttributeComponent {
|
||||
}
|
||||
|
||||
export class Indent extends XmlComponent {
|
||||
|
||||
|
||||
constructor(left: number, hanging: number) {
|
||||
super("w:ind");
|
||||
this.root.push(new IndentAttributes({
|
||||
|
Reference in New Issue
Block a user