Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 PptxGenJS 使用 reactJs 从头开始创建 PPTX 文件。我需要创建一个具有不同字体样式的图表标题。
例如:你好 你好
我尝试使用 css 或 html 标签通过各自的 PptxGenJS 属性传递信息,但它没有发生,而是打印 html 值。
Ex: let graphOptions = { title: "<b>Collections</b> <i>Posted</i>" }