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;
|
||||||
}
|
}
|
||||||
@ -27,7 +27,12 @@ export class Run extends XmlComponent {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
break() : Run {
|
break(): Run {
|
||||||
|
// TODO
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
|
tab(): Run {
|
||||||
// TODO
|
// TODO
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user