fix 范围文本修改
This commit is contained in:
@@ -1158,7 +1158,7 @@ export default {
|
|||||||
oDocument.InsertContent([oParagraph])
|
oDocument.InsertContent([oParagraph])
|
||||||
|
|
||||||
const oParagraph1 = Api.CreateParagraph()
|
const oParagraph1 = Api.CreateParagraph()
|
||||||
oParagraph1.AddText(' 本文件XXX')
|
oParagraph1.AddText(' 本文件规定了……(标准化对象和所涉及的各个方面) 。')
|
||||||
oParagraph1.SetFontFamily('宋体')
|
oParagraph1.SetFontFamily('宋体')
|
||||||
oParagraph1.SetFontSize(21)
|
oParagraph1.SetFontSize(21)
|
||||||
oParagraph1.SetJc('left')
|
oParagraph1.SetJc('left')
|
||||||
@@ -1167,6 +1167,16 @@ export default {
|
|||||||
oParagraph1.SetColor(0, 0, 0)
|
oParagraph1.SetColor(0, 0, 0)
|
||||||
oDocument.InsertContent([oParagraph1])
|
oDocument.InsertContent([oParagraph1])
|
||||||
|
|
||||||
|
const oParagraphA = Api.CreateParagraph()
|
||||||
|
oParagraphA.AddText(' 本文件适用于……(指明标准化或其特定部分的适用界限)。')
|
||||||
|
oParagraphA.SetFontFamily('宋体')
|
||||||
|
oParagraphA.SetFontSize(21)
|
||||||
|
oParagraphA.SetJc('left')
|
||||||
|
oParagraphA.SetSpacingAfter(0)
|
||||||
|
oParagraphA.SetSpacingBefore(17)
|
||||||
|
oParagraphA.SetColor(0, 0, 0)
|
||||||
|
oDocument.InsertContent([oParagraphA])
|
||||||
|
|
||||||
const oParagraph4 = Api.CreateParagraph()
|
const oParagraph4 = Api.CreateParagraph()
|
||||||
oParagraph4.AddText('规范性引用文件')
|
oParagraph4.AddText('规范性引用文件')
|
||||||
oParagraph4.SetNumbering(oNumLvl)
|
oParagraph4.SetNumbering(oNumLvl)
|
||||||
|
|||||||
Reference in New Issue
Block a user