added tab and fixed italics
This commit is contained in:
@ -17,7 +17,7 @@ export class Run extends XmlComponent {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
italics(): Run {
|
italic(): Run {
|
||||||
this.properties.push(new Italics());
|
this.properties.push(new Italics());
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
@ -31,4 +31,9 @@ export class Run extends XmlComponent {
|
|||||||
// TODO
|
// TODO
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tab(): Run {
|
||||||
|
// TODO
|
||||||
|
return this;
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user