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