MCPcopy
hub / github.com/exceljs/exceljs / render

Method render

lib/xlsx/xform/strings/rich-text-xform.js:36–45  ·  view source on GitHub ↗
(xmlStream, model)

Source from the content-addressed store, hash-verified

34 }
35
36 render(xmlStream, model) {
37 model = model || this.model;
38
39 xmlStream.openNode('r');
40 if (model.font) {
41 this.fontXform.render(xmlStream, model.font);
42 }
43 this.textXform.render(xmlStream, model.text);
44 xmlStream.closeNode();
45 }
46
47 parseOpen(node) {
48 if (this.parser) {

Callers

nothing calls this directly

Calls 2

openNodeMethod · 0.80
closeNodeMethod · 0.80

Tested by

no test coverage detected