基本上我只想将MarketShare文本作为项目符号列表项目。 Marketshare上方的所有行也显示为子弹列表。 我很难理解下面的this.quill.formatText中的(0,4)含义。 并使用this.quill.format('list',false)不会将其关闭
我在设置尺寸时遇到了同样的问题。我希望MarketShare的大小比使用inserttext更大,但是当我使用大小为20像素时,它不起作用。
this.quill.format('list', false);
this.quill.insertText(0, '\n', '', true)
this.quill.formatText(0,4,'list', true);
this.quill.insertText(0, 'Marketshare (Max ' +
this.globals.MARKETSHAREPOTENTIAL + ' points)', {'size' : '20px', true)
this.quill.insertText(0, '\n', '', true)
this.quill.format('list', false);
this.quill.insertText(0, 'this text must be a bullet list', '', true)
this.quill.formatText(0,4,'list', true);
this.quill.insertText(0, 'this text I like to have in different font size or for instance as header 3 or header 4', 'bold', true)