fix 章、条(一到五),无题(一到五)左缩进为0,字母列项左/悬挂缩进0.74,数字列项左缩进1.48,悬挂缩进0.74

This commit is contained in:
赵霄
2023-09-06 14:27:32 +08:00
parent dffe84dd79
commit b387486965
3 changed files with 28 additions and 26 deletions
+3 -3
View File
@@ -1157,7 +1157,7 @@ export default {
oParagraph.SetSpacingAfter(267)
oParagraph.SetJc('left')
oParagraph.SetColor(0, 0, 0)
oParagraph.SetIndLeft(20)
oParagraph.SetIndLeft(0)
oParagraph.SetBold(false)
oDocument.InsertContent([oParagraph])
@@ -1192,7 +1192,7 @@ export default {
oParagraph4.SetSpacingBefore(267)
oParagraph4.SetJc('left')
oParagraph4.SetColor(0, 0, 0)
oParagraph4.SetIndLeft(20)
oParagraph4.SetIndLeft(0)
oDocument.InsertContent([oParagraph4])
const oParagraph5 = Api.CreateParagraph()
@@ -1247,7 +1247,7 @@ export default {
oParagraph8.SetSpacingBefore(267)
oParagraph8.SetJc('left')
oParagraph8.SetColor(0, 0, 0)
oParagraph8.SetIndLeft(20)
oParagraph8.SetIndLeft(0)
oDocument.InsertContent([oParagraph8])
const oParagraph9 = Api.CreateParagraph()