rename paragraph#createRun to paragraph#createTextRun
This commit is contained in:
@ -38,7 +38,7 @@ export class Paragraph extends XmlComponent {
|
||||
return this;
|
||||
}
|
||||
|
||||
public createRun(text: string): TextRun {
|
||||
public createTextRun(text: string): TextRun {
|
||||
const run = new TextRun(text);
|
||||
this.addText(run);
|
||||
return run;
|
||||
|
Reference in New Issue
Block a user